Wayne's Github Page

A place to learn about statistics

How to work with somoene else on a coding project? - Minimum GitHub Setup

This page is meant for students who need the absolute minimum amount of Git commands to be using Git rather than truly understanding version control.

Overview

To collaborate on coding projects, students tend to email each other code which is suboptimal because:

The industry standard is to use version control software to facilitate collaborative code bases. The most popular one being Git which is strongly supported by the company GitHub (private company). However, given class projects often have smaller groups limited amount of code, students often don’t understand the value of version control and realistically do not need all of the functionalities.

This document will simply go over:

Initial Setup

Editing the same file

Best Practice