This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |