Try to fork this and change visibility.
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' |