Skip to content

Instantly share code, notes, and snippets.

@dangerousbeans
Created August 8, 2011 14:24
Show Gist options
  • Save dangerousbeans/1131833 to your computer and use it in GitHub Desktop.
Save dangerousbeans/1131833 to your computer and use it in GitHub Desktop.
GitConfig
[user]
name = Joran Kikke
email = joran.k@gmail.com
[github]
user = dangerousbeans
[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