mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 04:51:08 +01:00
Resets previous helpers so the only one being used is the `gh` cli Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
13 lines
260 B
Text
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"
|