Changes for page Getting Started with Git

Last modified by Bastian Triller on 2013/05/21 17:24

From version 134.1
edited by Kieran Kelleher
on 2011/03/21 14:38
Change comment: There is no comment for this version
To version 135.1
edited by Kieran Kelleher
on 2011/03/21 14:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,0 +1,27 @@
1 += Learning About git =
2 +
3 +[[Free Online Pro Git book>>http://progit.org/book/]]
4 +[[Git User Manual>>http://www.kernel.org/pub/software/scm/git/docs/user-manual.html]]
5 +[[Git Reference>>http://gitref.org/index.html]]
6 +
7 += Install Git =
8 +
9 +[[OS X dmg Installerhttp:code.google.compgit-osx-installer]]
10 +
11 += Git Goodies =
12 +
13 +== GitX git GUI ==
14 +
15 +GitX is an awesome FREE history viewer made for OS X. It is a better way to visualize your branch and commit history of your git repository. However, power users (aka "cool kids") will probably only use it for history viewing while they continue to use the terminal command line for checkouts, branching, staging, rebasing and commiting.
16 +[[GitX Home Page>>http://gitx.frim.nl/]]
17 +
18 +== Open in GitX ==
19 +
20 +[[Open In GitX Finder Droplet>>http://code.google.com/p/git-osx-installer/wiki/OpenInGitX]]
21 +
22 +== Git Tower ==
23 +
24 +For those of you who just get panic attacks at the thought of using the Terminal, there is a commercial app for that:
25 +[[Git Tower>>http://www.git-tower.com/]]
26 +
27 += Using git locally on a Subversion Working Copy =