[user] name = {{ gituser }} email = {{ gitemail }} [alias] st = status br = branch co = checkout ci = commit count-commits = !git log --oneline --author=Liang --since 'one year ago' | wc -l count-changes = !git log --oneline --shortstat --author=Liang --since 'one year ago' | grep 'insertions' | sed -e 's/.*, \\([0-9]*\\) insertion.*, \\([0-9]*\\) deletion.*/\\1,\\2/' -e 's/.*, \\([0-9]*\\) insertion.*/\\1,0/' [color] branch = auto diff = auto interactive = auto status = auto