Skip to content

Instantly share code, notes, and snippets.

@mr-dxdy
Created October 21, 2014 05: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 mr-dxdy/e20df16e0ee0c7c040ba to your computer and use it in GitHub Desktop.
Save mr-dxdy/e20df16e0ee0c7c040ba to your computer and use it in GitHub Desktop.
Git aliases
# .gitconfig
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment