[alias] aa = commit --amend --no-edit --allow-empty-message cc = commit --allow-empty-message -m \"\" pp = !git push -u origin $(git branch --show-current) [core] excludesfile = ~/.gitignore_global [init] defaultBranch = master [user] email = hunter@kvog.sh name = Hunter Kvalevog