Skip to content

Instantly share code, notes, and snippets.

@a-a-ron
Created February 4, 2016 18:50
Show Gist options
  • Save a-a-ron/fa1540c18591680e672a to your computer and use it in GitHub Desktop.
Save a-a-ron/fa1540c18591680e672a to your computer and use it in GitHub Desktop.
Some git shortcuts i put in my ~/.bash_profile
# Git Shortcuts
alias gpu='git push'
alias gs='git status'
alias gco='git checkout'
alias gp='git pull'
alias gcb='git checkout -b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment