Skip to content

Instantly share code, notes, and snippets.

@tunaranch
Created November 1, 2011 01:14
Show Gist options
  • Save tunaranch/1329575 to your computer and use it in GitHub Desktop.
Save tunaranch/1329575 to your computer and use it in GitHub Desktop.
Handly zsh function if you do a lot of quick git svn commits
# Paste into .zshrc
function dcommit {
git commit -am "$@" && git svn dcommit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment