blob: ab6350f7a006422005bd944945c36cbc3765cf71 (
plain)
1
2
3
4
5
6
7
8
9
|
[init]
defaultBranch = master
[user]
name = Hunter Kvalevog
email = hunter@kvog.sh
[alias]
aa = commit --amend --no-edit
cc = commit --allow-empty-message -m \"\"
pp = push -u origin master
|