Some credential helpers? Maybe?

This commit is contained in:
John Doty 2023-08-26 07:20:48 -07:00
parent bd4694c8c6
commit acca433c0d
2 changed files with 7 additions and 3 deletions

View file

@ -3,7 +3,7 @@
email = john@d0ty.me email = john@d0ty.me
[include] [include]
path = .gitconfig.shared path = .gitconfig.shared
[credential "https://github.com"] [credential "https://github.com"]
helper = helper =
helper = !/opt/local/bin/gh auth git-credential helper = !/opt/local/bin/gh auth git-credential
@ -15,4 +15,4 @@
[github] [github]
user = DeCarabas user = DeCarabas
[safe] [safe]
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core

View file

@ -12,4 +12,8 @@
[init] [init]
defaultBranch = main defaultBranch = main
[rebase] [rebase]
updateRefs = true updateRefs = true
[credential "helperselector"]
selected = manager
[credential "https://git.d0ty.me"]
provider = generic