Created
September 26, 2014 13:52
-
-
Save mvoto/3866cc1c137f533647ef to your computer and use it in GitHub Desktop.
git_ignore_global
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 = Mauricio Voto | |
email = [email protected] | |
[core] | |
excludesfile = /Users/mvoto/.gitignore_global | |
editor = /usr/bin/vim | |
[difftool "sourcetree"] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = | |
[mergetool "sourcetree"] | |
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" | |
trustExitCode = true | |
[color] | |
branch = auto | |
diff = auto | |
interactive = auto | |
status = auto | |
[github] | |
user = mvoto | |
email = [email protected] | |
[push] | |
default = simple | |
[alias] | |
a = add | |
s = status | |
c = commit -v | |
ca = commit -v --amend | |
b = branch | |
m = merge | |
mc = merge --no-ff --commit | |
r = rebase | |
rc = rebase --continue | |
ra = rebase --abort | |
rs = rebase --skip | |
p = push | |
pu = push --set-upstream origin | |
pff = pull --ff-only | |
f = fetch | |
d = diff --color-words -w | |
ds = diff --color-words -w --staged | |
l = log -p | |
co = checkout | |
fix = commit --amend -C HEAD | |
rs = remote show | |
ls = ls-files | |
sl = shortlog -sn | |
rom = rebase origin/master -s recursive -X theirs | |
st = status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment