blob: a572379818d4b2577146b01f13bff4564c961a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
[init]
defaultBranch = master
[user]
email = hunter@kvog.sh
name = Hunter Kvalevog
|