Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Created May 24, 2011 19:31
Show Gist options
  • Save mgrouchy/989485 to your computer and use it in GitHub Desktop.
Save mgrouchy/989485 to your computer and use it in GitHub Desktop.
gitconfig
[alias]
lo = log --oneline
lwg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
st = status
p = push
ra = remote add
rrm = remote rm
[user]
name =
email =
[color]
diff = auto
status = auto
branch = auto
[color "branch"]
current = yellow reverse
remote = green
local = blue
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment