Last active
October 19, 2020 09:43
-
-
Save Christilut/173afd039737ea04644223d922b8ad1b to your computer and use it in GitHub Desktop.
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
abbr --add gco "git checkout" | |
abbr --add gb "git branch" | |
abbr --add gp "git push" | |
abbr --add gl "git pull" | |
abbr --add gaa "git add --all" | |
abbr --add gc "git commit -m \"\"" | |
abbr --add gf "git fetch" | |
abbr --add gs "git status" | |
abbr --add gcm "git checkout master" | |
abbr --add gss "git stash save -u" | |
abbr --add gsp "git stash pop" | |
abbr --add dev "npm run dev" | |
abbr --add gcp "git checkout production" | |
abbr --add gct "git checkout test" | |
abbr --add gmm "git merge master" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment