Skip to content

Instantly share code, notes, and snippets.

@ody
Created May 9, 2012 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ody/2649667 to your computer and use it in GitHub Desktop.
Save ody/2649667 to your computer and use it in GitHub Desktop.
ody@orihime:[dist]% which git-subtree -- INSERT --
git-subtree () {
cd $(git rev-parse --show-toplevel)
$HOME/local/bin/git-subtree $*
cd $OLDPWD
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment