Skip to content

Commit b1d0efb

Browse files
committed
Remove instructions to install source tree
1 parent 9adf409 commit b1d0efb

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

_sessions/c1prep/3_github_account.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: git & GitHub
2+
title: GitHub
33
---
44

55
Git is a program that helps with the management of code. It means that you completely avoid the situation where you end up with files called `team_contacts_v1`, `team_contacts_v2` etc. It also allows you to share your code with others and collaborate on code in an efficient way.
@@ -8,11 +8,6 @@ GitHub is a site that makes sharing code part of git really easy. It is the go-t
88

99
GitHub also allows you to put a static website online for free, using [GitHub Pages](http://pages.github.com/). We will be making use of this feature during the course.
1010

11-
### SourceTree
12-
13-
git itself is the sort of program that you have to run by typing commands into your computer's command line. At some point, you will need to know how to do this but, for the time being, we're going to use a *git client* - an point-and-click application to make git easier. In particular, we're going to be using a free git client called SourceTree. Downloading SourceTree will install both the git command line progam and the point-and-click application.
14-
1511
{% exercise %}
16-
1. Sign up for a GitHub account at [https://github.com/](https://github.com/). Make sure you **know your password** to avoid awkward moments in class!
17-
2. Download [SourceTree](http://www.sourcetreeapp.com/) for Windows or Mac. If you're using linux, contact your course instructor.
18-
{% endexercise %}
12+
Sign up for a GitHub account at [https://github.com/](https://github.com/). Make sure you **know your password** to avoid awkward moments in class!
13+
{% endexercise %}

0 commit comments

Comments
 (0)