1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 04:51:08 +01:00
home-manager/tests/modules/programs/gh/credential-helper.git.conf
Austin Horstman ee2189cb2f
gh: insert empty helper when using credential helper (#7347)
Resets previous helpers so the only one being used is the `gh` cli

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-30 12:12:19 -05:00

13 lines
260 B
Text

[credential "https://github.com"]
helper = ""
helper = "@gh@/bin/gh auth git-credential"
[credential "https://github.example.com"]
helper = ""
helper = "@gh@/bin/gh auth git-credential"
[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "path-to-gpg"