[user] name = PHO email = pho@cielonegro.org signingkey = pho@cielonegro.org [color] ui = true [diff] renames = copies compactionHeuristic = true [grep] lineNumber = true [http] sslVerify = false [log] decorate = full [alias] ci = commit co = checkout sh = show st = status gl = log --stat --graph pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f" review = "!f(){ git push origin HEAD:refs/for/${1-master}; }; f" draft = "!f(){ git push origin HEAD:refs/drafts/${1-master}; }; f" [push] default = simple [pull] rebase = true [init] defaultBranch = master