Skip to content

Instantly share code, notes, and snippets.

@supercid
Created December 31, 2018 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supercid/7d5147176e549e2b51d17994e73722f7 to your computer and use it in GitHub Desktop.
Save supercid/7d5147176e549e2b51d17994e73722f7 to your computer and use it in GitHub Desktop.
git most used aliases
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