Skip to content

Instantly share code, notes, and snippets.

@jsvd
Created September 9, 2010 15:01
Show Gist options
  • Save jsvd/571973 to your computer and use it in GitHub Desktop.
Save jsvd/571973 to your computer and use it in GitHub Desktop.
[user]
name = MUDA ISTO
email = E ISTO
[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
[color]
ui = true
[color "diff"]
whitespace = red reverse
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor=vim
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lg2 = log --decorate --stat --graph --pretty=format:'%Cgreen%h%Creset (%ar - %Cred%an%Creset), %s%n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment