[alias] a = add aa = add -A amend = commit --amend -C HEAD ap = add -p br = branch cb = checkout -b ci = commit cim = commit -m cl = clone co = checkout cp = cherry-pick df = diff dh = diff HEAD dic = diff --cached go = checkout pom = push origin master plom = pull origin master poa = push origin --all rb = rebase rh = reset HEAD sl = stash list sp = stash pop ss = stash save st = status -s ignore = update-index --assume-unchanged unignore = update-index --no-assume-unchanged ignored = !git ls-files -v | grep '^h' who = shortlog -sne graph = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an$ [color] ui = true [core] autocrlf = true excludesfile = ~/.gitignore_global ignorecase = false [branch] autosetuprebase = always [diff] renames = copies algorithm = patience