Skip to content

Instantly share code, notes, and snippets.

@nmeylan
Created December 4, 2014 17:00
Show Gist options
  • Save nmeylan/d6bfa4f7f127a9a804a9 to your computer and use it in GitHub Desktop.
Save nmeylan/d6bfa4f7f127a9a804a9 to your computer and use it in GitHub Desktop.
Git config aliases
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%C(yellow)%h %C(cyan)%ad %C(white)| %s%C(green bold)%d %Creset%C(magenta)[%an]\" --graph --date=rfc
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