Skip to content

Instantly share code, notes, and snippets.

@vishwanatharondekar
Created October 2, 2015 15:45
Show Gist options
  • Save vishwanatharondekar/f092368094f4dfb516cd to your computer and use it in GitHub Desktop.
Save vishwanatharondekar/f092368094f4dfb516cd to your computer and use it in GitHub Desktop.
Git aliases I use from zsh
gco # git checkout
grhh # git reset --hard
ggpush # git push origin $(current_branch)
gpu # git push upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment