[git] try to get rid of hook msgs

This commit is contained in:
2024-01-13 13:50:05 -05:00
parent 32711c0d0f
commit 0c01f48f2e
2 changed files with 612 additions and 0 deletions

View File

@ -9,6 +9,8 @@
gpgsign = false
[core]
excludesfile = ~/.gitignore_global
[advice]
ignoredHook = false
[alias]
undo = reset --soft HEAD^
stash-all = stash save --include-untracked