Skip to content

Instantly share code, notes, and snippets.

@kojinkai
Created April 30, 2014 16:58
Show Gist options
  • Save kojinkai/f0c8f2d36493e36c53ab to your computer and use it in GitHub Desktop.
Save kojinkai/f0c8f2d36493e36c53ab to your computer and use it in GitHub Desktop.
My .gitconfig file
[alias]
co = checkout
ci = commit
ca = commit -a
st = status
s = status
br = branch
ps = push
pl = pull
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[user]
name = Lewis Nixon
email = lewcfn@gmail.com
[core]
editor = subl -w
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment