Skip to content

Instantly share code, notes, and snippets.

@sumskyi
Created January 17, 2011 10:24
Show Gist options
  • Select an option

  • Save sumskyi/782695 to your computer and use it in GitHub Desktop.

Select an option

Save sumskyi/782695 to your computer and use it in GitHub Desktop.
.gitconfig
[core]
editor = gvim -f
[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
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
re = checkout HEAD
ch = cherry-pick
[user]
name = vlad
email = sumskyi@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment