Skip to content

Instantly share code, notes, and snippets.

@glynrob
Last active August 29, 2015 14:07
Show Gist options
  • Save glynrob/0ca91004ea5ceb277c2f to your computer and use it in GitHub Desktop.
Save glynrob/0ca91004ea5ceb277c2f to your computer and use it in GitHub Desktop.
[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
tree = log --graph --full-history --all --color --date=short --pretty=format:\"%Cred%x09%h %Creset%ad%Cblue%d %Creset %s %C(bold)(%an)%Creset\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment