Wiki source code of git

Version 114.1 by Kieran Kelleher on 2011/03/21 15:01

Hide last authors
Kieran Kelleher 107.1 1 = Learning About git =
Kieran Kelleher 36.1 2
Kieran Kelleher 107.1 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]]
Kieran Kelleher 36.1 6
Kieran Kelleher 107.1 7 = Install Git =
Kieran Kelleher 36.1 8
Kieran Kelleher 107.1 9 [[OS X dmg Installer>>http://code.google.com/p/git-osx-installer/]]
Kieran Kelleher 36.1 10
Kieran Kelleher 107.1 11 = Git Goodies =
Kieran Kelleher 36.1 12
Kieran Kelleher 111.1 13 == GitX git GUI ==
Kieran Kelleher 36.1 14
David Avendasora 77.1 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 committing.
16 [[GitX Home Page>>http://gitx.frim.nl/]]
Kieran Kelleher 36.1 17
Kieran Kelleher 111.1 18 == Open in GitX ==
Kieran Kelleher 36.1 19
Kieran Kelleher 66.1 20 [[Open In GitX Finder Droplet>>http://code.google.com/p/git-osx-installer/wiki/OpenInGitX]]
Kieran Kelleher 36.1 21
Kieran Kelleher 107.1 22 == Git Tower ==
Kieran Kelleher 36.1 23
Kieran Kelleher 107.1 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/]]
Kieran Kelleher 36.1 26
Kieran Kelleher 107.1 27 = Using git locally on a Subversion Working Copy =
Kieran Kelleher 36.1 28
Kieran Kelleher 107.1 29 OK, so you are addicted to git, and now you have to work on a team project that is hosted in a remote subversion repository ... and it is making you depressed :-(. Well, you can use manage your local svn working copy using git and be happy again!
Kieran Kelleher 36.1 30
Kieran Kelleher 113.1 31 Don't use the git-svn tool, just use the [[git+svn protocol>>http://www.lostechies.com/blogs/derickbailey/archive/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches.aspx]] instead