Created
March 19, 2018 06:40
-
-
Save A6Brgeuka/3a6e7584794b2e76bf806a14cac7480f to your computer and use it in GitHub Desktop.
My git aliases
This file contains hidden or 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
alias gs='git status' | |
alias go='git checkout' | |
alias gb='git branch' | |
alias gd='git diff' | |
alias gc='git commit' | |
alias ga='git add' | |
alias gph='git push' | |
alias gpl='git pull' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment