Skip to content

Instantly share code, notes, and snippets.

@mirzu
Created October 21, 2011 22:05
Show Gist options
  • Save mirzu/1305101 to your computer and use it in GitHub Desktop.
Save mirzu/1305101 to your computer and use it in GitHub Desktop.
Mike's .gitconfig
[color]
diff = auto
status = auto
branch = auto
[push]
default = tracking
[core]
editor = mvim -f
[alias]
co = checkout
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment