Skip to content

Instantly share code, notes, and snippets.

@yife
Created January 1, 2014 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yife/8209170 to your computer and use it in GitHub Desktop.
Save yife/8209170 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = yife.greenspa
email = yife.greenspa@gmail.com
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
[core]
editor = '/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl' -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment