Skip to content

Instantly share code, notes, and snippets.

@shmatov
Created April 7, 2013 05:41
Show Gist options
  • Save shmatov/5329192 to your computer and use it in GitHub Desktop.
Save shmatov/5329192 to your computer and use it in GitHub Desktop.
[core]
autocrlf = input
safecrlf = true
[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