[alias] st = status ci = commit today = "!sh -c 'git log --reverse --no-merges --branches=* --date=local --since=midnight --oneline --author=\"`git config --get user.name`\"'" co = checkout branch = branch --sort=authordate # for hub command pr = pull-request [user] name = xsota email = git@xsota.com [core] editor = emacs -nw excludesfile = ~/.gitignore_global [push] default = current