Skip to content

Instantly share code, notes, and snippets.

@jdeniau
Forked from anonymous/.gitconfig
Last active December 9, 2015 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeniau/4336526 to your computer and use it in GitHub Desktop.
Save jdeniau/4336526 to your computer and use it in GitHub Desktop.
[user]
name = Julien Deniau
email = julien.deniau@gmail.com
[alias]
st = status
lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)— %an%C(reset)' --abbrev-commit
[color]
ui = auto
[help]
autocorrect = 1
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
new = cyan
[color "status"]
added = yellow
changed = green
untracked = cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment