Skip to content

Instantly share code, notes, and snippets.

@martinsam
Created January 7, 2011 13:47
Show Gist options
  • Save martinsam/769466 to your computer and use it in GitHub Desktop.
Save martinsam/769466 to your computer and use it in GitHub Desktop.
Git Config
# ~.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