Skip to content

Instantly share code, notes, and snippets.

@vtypal
Forked from martinsam/gist:769466
Created January 7, 2011 14:31
Show Gist options
  • Save vtypal/769512 to your computer and use it in GitHub Desktop.
Save vtypal/769512 to your computer and use it in GitHub Desktop.
# ~.gitconfig
[user]
name = Samuel Martin
email = samuel.martin@temesis.com
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
fp = format-patch
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
[core]
pager = cat
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment