diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-03-11 21:17:43 -0400 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-03-11 21:17:43 -0400 |
| commit | a50aa5583c4fb4b2235cdee291e3134463168948 (patch) | |
| tree | 199e60dbfc6346df35b8375034b34bd0ce6f028a /.gitconfig | |
| parent | a4f65266465d01495a0dde6942c3b0f8cf9434b1 (diff) | |
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ name = Hunter Kvalevog email = hunter@kvog.sh [alias] + aa = commit --amend --no-edit cc = commit --allow-empty-message -m \"\" pp = push -u origin master |