Skip to content

Instantly share code, notes, and snippets.

@actaneon
Created October 23, 2009 06:47
Show Gist options
  • Save actaneon/216701 to your computer and use it in GitHub Desktop.
Save actaneon/216701 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = actaneon@gmail.com
name = Josh King
[core]
excludesfile = /Users/jking/.gitignore
#excludesfile = c:/Users/jking/.gitignore
editor = vim
pager = less -FRSX
[merge]
tool = vimdiff
[color]
ui = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment