You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
444 B

[user]
name = Alejandro Mery
email = amery@geeks.cl
[color]
diff = auto
status = auto
branch = auto
grep = auto
[alias]
ci = commit
co = checkout
st = status
cp = cherry-pick
ls = ls-files
tree = log --graph --decorate --pretty=oneline --abbrev-commit
amend = commit --amend --no-edit
fixup = commit --fixup
squash = commit --squash
autosquash = rebase -i --autosquash
[push]
default = tracking
[diff]
algorithm = patience