Created
May 14, 2013 19:45
-
-
Save diogeneshamilton/5578887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Matthew Hamilton | |
email = [email protected] | |
[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