Skip to content

Instantly share code, notes, and snippets.

@jabley
Created October 23, 2009 14:08
Show Gist options
  • Save jabley/216917 to your computer and use it in GitHub Desktop.
Save jabley/216917 to your computer and use it in GitHub Desktop.
for d in `find . -maxdepth 1 -type d`; do cd $d; if [ -d .git/svn/trunk ] ; then echo $d && git svn rebase; fi; cd -; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment