diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 10:31:57 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-07-03 10:31:57 -0500 |
| commit | e9906ad4c7ad1b3ff7583cd4379014372613f9a7 (patch) | |
| tree | 7060e88096341db8ad558e3ac072216018468e55 /.gitconfig | |
| parent | 9bb6f088f87203f45129e60e063c68b13bb1c96a (diff) | |
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,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 +[init] + defaultBranch = master +[user] + email = hunter@kvog.sh + name = Hunter Kvalevog |