Created
December 31, 2018 09:45
-
-
Save supercid/7d5147176e549e2b51d17994e73722f7 to your computer and use it in GitHub Desktop.
git most used aliases
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
gaa='git add --all' | |
gfo='git fetch origin' | |
gb='git branch' | |
gcb='git checkout -b' | |
gbnm='git branch --no-merged' | |
glgga='git log --graph --decorate --all' | |
gss='git status -s' | |
gup='git pull --rebase' | |
gupv='git pull --rebase -v' | |
gwch='git whatchanged -p --abbrev-commit --pretty=medium' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment