Skip to content

Commit 8c45c8b

Browse files
committed
Update 2-working to use Python
2 parents 1d9ae69 + 12afa06 commit 8c45c8b

File tree

3 files changed

+503
-439
lines changed

3 files changed

+503
-439
lines changed

0-installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ To work with this tutorial, you're going to need a few things:
1313
- **A graphical git client or browser**. This lets you visualise your git
1414
history more easily, and understand the concepts behind git better. For a
1515
full list of clients, see [here](http://git-scm.com/downloads/guis). On Mac,
16-
I recommend GitX and GitHub for Mac (both). A friend really likes Git Tower.
17-
Finally, the new kid on the block is [gitup](http://gitup.co), which looks
18-
amazing.
16+
I recommend [Git Tower](https://www.git-tower.com), though it's not free. The
17+
cross-platform [SourceTree](https://www.sourcetreeapp.com/) is free and
18+
available on Windows and Mac. On Linux, try gitg or gitk.
1919
- **A text editor**. Try [Sublime Text](http://www.sublimetext.com)
2020
or [Atom](https://atom.io) (both of which are multiplatform). Configure them
2121
to be your default git editors by following the instructions on

0 commit comments

Comments
 (0)