Skip to content

Instantly share code, notes, and snippets.

@diogeneshamilton
Created May 14, 2013 19:45
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 diogeneshamilton/5578887 to your computer and use it in GitHub Desktop.
Save diogeneshamilton/5578887 to your computer and use it in GitHub Desktop.
[user]
name = Matthew Hamilton
email = diogeneshamilton@gmail.com
[core]
excludesfile = /Users/matthewhamilton/.gitignore_global
editor = vim
[rerere]
enabled = 1
[branch "master"]
remote = origin
merge = refs/heads/master
[alias]
br = branch
ci = commit -a
co = checkout
df = diff
dwc = diff -w -M --color-words
lg = log
ll = log -p
rb = rebase
fix = rebase -i origin/master
rbc = rebase --continue
rba = rebase --abort
re = remote
st = status
tree = log --graph --decorate --pretty=oneline --abbrev-commit
up = pull --rebase
sup = "submodule foreach 'git checkout master; git pull origin master'"
# Clone a repository including all submodules
c = clone --recursive
[color]
ui = auto
interactive = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment