Skip to content

Instantly share code, notes, and snippets.

@asvetlov
Created March 12, 2014 12:36
Show Gist options
  • Save asvetlov/9506078 to your computer and use it in GitHub Desktop.
Save asvetlov/9506078 to your computer and use it in GitHub Desktop.
[user]
name = Andrew Svetlov
email = andrew.svetlov@gmail.com
[color]
ui = true
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb
co = checkout
ci = commit
br = branch
[diff]
guitool = kdiff3
[core]
editor = emacs -nw
eol = lf
[rerere]
enabled = true
[help]
autocorrect = 1
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment