blob: bf33e6fcda697a284c1c0cf2bf035604a6f318e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|