Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Created February 22, 2014 01:40
Show Gist options
  • Save ivamluz/9147363 to your computer and use it in GitHub Desktop.
Save ivamluz/9147363 to your computer and use it in GitHub Desktop.
# contents of ~/.gitconfig file
[user]
name = my user name
email = my email
[http]
sslVerify = false
[alias]
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
filemode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment