Skip to content

Instantly share code, notes, and snippets.

@aarsla
Created July 12, 2017 11:24
Show Gist options
  • Save aarsla/09b2f19505df9803f9159431d9b8ba51 to your computer and use it in GitHub Desktop.
Save aarsla/09b2f19505df9803f9159431d9b8ba51 to your computer and use it in GitHub Desktop.
Git alias
[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