blob: 317d3a1304dd91af55b168919ec37981b7a6a87a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[init]
defaultBranch = master
[user]
name = Hunter Kvalevog
email = hunter@kvog.sh
[alias]
aa = commit --amend --no-edit
cc = commit --allow-empty-message -m \"\"
pp = !git push -u origin $(git branch --show-current)
[core]
excludesfile = ~/.gitignore_global
|