chore: update gitconfig template

This commit is contained in:
Stevan Freeborn
2026-07-19 10:49:18 -05:00
parent 22f68945ec
commit 871eefb057
+2
View File
@@ -10,3 +10,5 @@
[alias] [alias]
acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp" acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp"
acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp" acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp"
[submodule]
recurse = true