Update askpass tweaks for .gitconfig.

This commit is contained in:
2024-06-29 16:58:09 +12:00
parent 42a89ca91b
commit 793d15a9a2

View File

@ -5,13 +5,12 @@
[pull]
rebase = false
[credential]
helper = cache --timeout=21600
helper = cache --timeout=21600
[commit]
gpgsign = true
[gpg]
format = ssh
[alias]
sweep = !"git branch -d $(git branch --merged | grep -vw $(git rev-parse --abbrev-ref HEAD))"
[core]
askPass = true
askPass = false