Skip to content

Instantly share code, notes, and snippets.

#I highly recommend experimental gitx: http://brotherbard.com/blog/
#initial setup
git config --global core.autocrlf true
git svn clone -s https://path/to/repo cilp
cd cilp
git svn fetch
git svn show-ignore >> .git/info/exclude
#creating a branch to work on a feature for a production branch