Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created May 26, 2010 09:14
Show Gist options
  • Save henningjensen/414261 to your computer and use it in GitHub Desktop.
Save henningjensen/414261 to your computer and use it in GitHub Desktop.
my gitconfig
[user]
name = Henning Jensen
email = henning.jensen@gmail.com
[color]
branch = auto
status = auto
diff = auto
[alias]
ci = commit
co = checkout
st = status
br = branch
stage = add
unstage = reset HEAD
plog = log --pretty=tformat:\"%h %Cblue%cr%Creset %cn %Cgreen%s%Creset\"
[apply]
whitespace = nowarn
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment