Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created July 30, 2013 21:05
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 evantravers/2a557bc84be605bdef59 to your computer and use it in GitHub Desktop.
Save evantravers/2a557bc84be605bdef59 to your computer and use it in GitHub Desktop.
[user]
name = Your Name
email = your_email@email.com
[color]
ui = true
[color "status"]
added = green
changed = yellow
untracked = red
[core]
excludesfile = ~/.cvsignore
[branch]
autosetuprebase = always
[pull]
rebase = true
[push]
default = simple
[alias]
st = status
co = checkout
aa = add --all
fa = fetch --all
ff = merge --ff-only
b = branch
ci = commit -v
amend = commit -v --amend
di = diff
dc = diff --cached
dh1 = diff HEAD~1
po = push origin
pom = push origin master
pu = push upstream
pum = push upstream master
head = !git l -1
h = !git head
hp = !. /Users/evan/lib/githelpers && show_git_head
r = !git l -30
ra = !git r --all
l = !. /Users/evan/lib/githelpers && pretty_git_log
la = !git l --all
[github]
user = yourusername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment