chore: update gitconfig template
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user