Using Git

From CometWiki
Revision as of 14:48, 16 April 2009 by Markdayel (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This cheat sheet is a good summary of useful git commands.

To have changes you've made merged into the main repository, prepare them as a patch (git format-patch) then submit them by email to markdayel@gmail.com

Tips

If using windows, be careful with line endings. Windows tends to change LF into CRLF. They can be changed back using the dos2unix command in cygwin. Also, make sure the permissions are not messed up (they should be 664)