[alias] amend = commit --amend -C HEAD a = add aa = add -A ap = add -p br = branch cb = checkout -b ci = commit cim = commit -m co = checkout go = checkout df = diff dic = diff --cached dh = diff HEAD pom = push origin master plom = pull origin master poa = push origin --all rh = reset HEAD st = status 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 ignorecase = false [branch] autosetuprebase = always [diff] renames = copies algorithm = patience