Skip to content

Instantly share code, notes, and snippets.

@avar
Created April 21, 2010 13:32
Show Gist options
  • Select an option

  • Save avar/373809 to your computer and use it in GitHub Desktop.

Select an option

Save avar/373809 to your computer and use it in GitHub Desktop.
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