Created
August 23, 2024 16:04
-
-
Save edeustace/1b771a5d611cea8df3acc0162e0c3c3e to your computer and use it in GitHub Desktop.
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
abbr --add --global gco git checkout | |
abbr --add --global gbmr git branch --sort committerdate | |
abbr --add --global gd git diff | |
abbr --add --global gdc git diff --cached | |
abbr --add --global ga git add | |
abbr --add --global gca git commit -a -m | |
abbr --add --global gc git commit | |
abbr --add --global gcm git commit -m | |
abbr --add --global gbd git branch -D | |
abbr --add --global gst git status -sb --ignore-submodules | |
abbr --add --global gs git status | |
abbr --add --global gm git merge --no-ff | |
abbr --add --global gpt git push --tags | |
abbr --add --global gp git push | |
abbr --add --global grs git reset --soft | |
abbr --add --global grh git reset --hard | |
abbr --add --global gb git branch | |
abbr --add --global gcob git checkout -b | |
abbr --add --global gco git checkout | |
abbr --add --global gba git branch -a | |
abbr --add --global gcp git cherry-pick | |
abbr --add --global gl git lg | |
abbr --add --global gpom git pull origin master | |
# | |
abbr --add --global l ls -la |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment