Created
February 4, 2016 18:50
-
-
Save a-a-ron/fa1540c18591680e672a to your computer and use it in GitHub Desktop.
Some git shortcuts i put in my ~/.bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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