Skip to content

Instantly share code, notes, and snippets.

@ehotinger
Created September 30, 2016 17:55
Show Gist options
  • Save ehotinger/f4f3d212e3c35066dab26f26078ad7f1 to your computer and use it in GitHub Desktop.
Save ehotinger/f4f3d212e3c35066dab26f26078ad7f1 to your computer and use it in GitHub Desktop.
A list of git aliases
  • git config --global alias.co "checkout"

  • git config --global alias.br "branch"

  • git config --global alias.treelog "log --all --graph --decorate -20 --oneline"

  • git config --global alias.ss "status --short --branch"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment