Adds gitconfig.

This commit is contained in:
Ian Adam Naval 2014-03-26 21:19:23 -04:00
parent e851d467bc
commit 0fd1218785

34
git/gitconfig.dotfile Normal file
View File

@ -0,0 +1,34 @@
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[push]
default = current
[color]
ui = 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
[alias]
br = branch
ci = commit
co = checkout
df = diff
dfc = diff --cached
lg = log --patch --find-renames --find-copies
lgs = log --stat --find-renames --find-copies
lol = log --graph --decorate --format=oneline --abbrev-commit
lola = log --graph --decorate --format=oneline --abbrev-commit --all
ls = ls-files
st = status
[user]
email = ianonavy@gmail.com
name = Ian Adam Naval