Created
April 21, 2010 13:32
-
-
Save avar/373809 to your computer and use it in GitHub Desktop.
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
| 421 2010-02-21 20:23:06 git svn init --trunk=rails_port --branches=rails_port_branches http://svn.openstreetmap.org/sites | |
| 422 2010-02-21 20:23:27 git svn fetch | |
| 423 2010-02-21 21:16:42 git log | |
| 429 2010-02-21 21:30:35 for i in $(git branch -l -a|grep -v tags/|grep '^ '|perl -pe 's/ //'|grep -v origin); do git checkout -b $(echo $i|sed s/remotes.//) $i; done | |
| 430 2010-02-21 21:30:39 git branch -l | |
| 431 2010-02-21 21:30:49 git checkout trunk | |
| 441 2010-02-21 21:32:53 export PATH=$PATH:/home/avar/g/git-svn-abandon/ | |
| 443 2010-02-21 21:33:16 git-svn-abandon-cleanup | |
| 445 2010-02-21 21:36:47 git-svn-abandon-fix-refs | |
| 449 2010-02-21 21:37:28 git remote add openstreetmap-website-github git@github.com:avar/openstreetmap-website.git | |
| 450 2010-02-21 21:37:41 git push openstreetmap-website-github --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment