You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Git for Collaboration is aimed at the second week students of the course, or tho
21
21
* [Merge Conflicts](#conflicts)
22
22
4.[Introducing Github Flow](#github-flow)
23
23
24
-
#### [Git for Collaboration](#git-collaboration)
24
+
#### [Git for Collaboration](#git-for-collaboration)
25
25
1.[Further terminology](#further-terminology)
26
26
2.[The Timeline](#timeline)
27
27
3.[Committing](#commits)
@@ -73,7 +73,7 @@ Git can provide you with a complete history of every commit made on a project. B
73
73
74
74
* Being able to see what differences exist between commits
75
75
76
-
* Being able to move between difference commits (or places in time). This is especially useful if something became broken while you were working on it, and you need to start again.
76
+
* Being able to move between different commits (or places in time). This is especially useful if something became broken while you were working on it, and you need to start again.
77
77
78
78
In the introduction section of this tutorial, we won't be able to cover all these benefits in practise extensively. However, we will aim to give you all the information you will need to know by the end.
79
79
@@ -99,7 +99,7 @@ On your local machine, please make sure you have git installed. If you are using
99
99
100
100
101
101
<aname="getting-started"id="getting-started"></a>
102
-
### Getting Starting
102
+
### Getting Started
103
103
The next step is to clone the forked version of this repository. On the main page of the repo, copy the url shown here:
104
104
105
105

Git for Collaboration is aimed at the second week students of the course, or those that have mastered the first section. Even though most of the advice in this tutorial will take a while to digest - and practise is essential. A good goal is to understand all these concepts, and implement at least most of these tips in your collaborative projects before finishing your time as a student at Founders & Coders.
0 commit comments