Skip to content

Instantly share code, notes, and snippets.

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 obviousdisaster/884593bd8450abbd4ae0319d7aefd736 to your computer and use it in GitHub Desktop.
Save obviousdisaster/884593bd8450abbd4ae0319d7aefd736 to your computer and use it in GitHub Desktop.
Git Aliases
# add these to ~/.gitconfig
[alias]
st = status
br = branch
ci = commit
co = checkout
dc = diff --cached
tree = log --all --decorate --oneline --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment