Skip to content

Commit 5d7deb4

Browse files
committed
fixing git-for-collaboration link problem mentioned in #19
1 parent 16f2915 commit 5d7deb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Git for Collaboration is aimed at the second week students of the course, or tho
2121
* [Merge Conflicts](#conflicts)
2222
4. [Introducing Github Flow](#github-flow)
2323

24-
#### [Git for Collaboration](#git-collaboration)
24+
#### [Git for Collaboration](#git-for-collaboration)
2525
1. [Further terminology](#further-terminology)
2626
2. [The Timeline](#timeline)
2727
3. [Committing](#commits)
@@ -73,7 +73,7 @@ Git can provide you with a complete history of every commit made on a project. B
7373

7474
* Being able to see what differences exist between commits
7575

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.
7777

7878
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.
7979

@@ -99,7 +99,7 @@ On your local machine, please make sure you have git installed. If you are using
9999

100100

101101
<a name="getting-started" id="getting-started"></a>
102-
### Getting Starting
102+
### Getting Started
103103
The next step is to clone the forked version of this repository. On the main page of the repo, copy the url shown here:
104104

105105
![where to copy url on github](./img/git-clone.png)
@@ -284,7 +284,7 @@ http://scottchacon.com/2011/08/31/github-flow.html
284284
285285
286286
287-
<a name="git-collaboration" id="git-collaboration"></a>
287+
<a name="git-for-collaboration" id="git-for-collaboration"></a>
288288
# Git for Collaboration
289289
290290
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

Comments
 (0)