Skip to content

Instantly share code, notes, and snippets.

@jocafa
Created January 11, 2011 16:44
Show Gist options
  • Save jocafa/774688 to your computer and use it in GitHub Desktop.
Save jocafa/774688 to your computer and use it in GitHub Desktop.
[user]
name = Josh Faul
email = josh.faul@gmail.com
[core]
editor = mvim
[branch]
autosetuprebase = remote
[merge]
tool = opendiff
[color]
ui = auto
[alias]
st = status
di = diff
co = checkout
ci = commit
cia = commit -a
cam = commit -am
br = branch
sta = stash
ls = ls-remote .
pu = push
pom = push origin master
logp = log --prety='%h - %s'
unstage = reset HEAD --
softrm = rm --cached --
last = log -1 HEAD
mine = !git log --author=`git config user.email`
difforigin = diff origin/master --name-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment