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] [pull]
rebase = false rebase = false
[credential] [credential]
helper = cache --timeout=21600 helper = cache --timeout=21600
[commit] [commit]
gpgsign = true gpgsign = true
[gpg] [gpg]
format = ssh format = ssh
[alias] [alias]
sweep = !"git branch -d $(git branch --merged | grep -vw $(git rev-parse --abbrev-ref HEAD))" sweep = !"git branch -d $(git branch --merged | grep -vw $(git rev-parse --abbrev-ref HEAD))"
[core] [core]
askPass = true askPass = false