Skip to content

Instantly share code, notes, and snippets.

@mdeous
Created September 13, 2015 11:16
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 mdeous/faeb5d4a7966e874ea25 to your computer and use it in GitHub Desktop.
Save mdeous/faeb5d4a7966e874ea25 to your computer and use it in GitHub Desktop.
[core]
editor = vim
excludesfile = ~/.gitignore_global
autocrlf = input
compression = 9
[user]
email = email@example.com
name = MatToufoutu
status = auto
[merge]
tool = vimdiff
[color]
ui = true
branch = auto
diff = auto
interactive = auto
[color "branch"]
current = green bold
local = green
remote = red bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = green bold
changed = yellow bold
untracked = red
[color "sh"]
branch = yellow
[alias]
tree = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment