Skip to content

Instantly share code, notes, and snippets.

@psdcoder
Last active December 10, 2015 13:28
Show Gist options
  • Save psdcoder/4441618 to your computer and use it in GitHub Desktop.
Save psdcoder/4441618 to your computer and use it in GitHub Desktop.
[user]
email = psdcoder@gmail.com
name = Pavel Grinchenko
[alias]
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
st = status
cia = commit --allow-empty-message -a
[color]
diff = true
grep = true
status = true
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = normal
frag = magenta bold
old = red bold
new = blue bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[log]
decorate = full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment