Skip to content

Instantly share code, notes, and snippets.

@dannyroberts
Created February 12, 2013 16:30
Show Gist options
  • Save dannyroberts/4771126 to your computer and use it in GitHub Desktop.
Save dannyroberts/4771126 to your computer and use it in GitHub Desktop.
alias branch="git branch | grep '^\*' | sed 's/* //'"
alias push-current='git push origin $(branch)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment