Skip to content

Instantly share code, notes, and snippets.

@ryannealmes
Created May 29, 2014 20:28
Show Gist options
  • Save ryannealmes/181e09d049c0b59f4ecf to your computer and use it in GitHub Desktop.
Save ryannealmes/181e09d049c0b59f4ecf to your computer and use it in GitHub Desktop.
Git short hand
[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