Some credential helpers? Maybe?
This commit is contained in:
parent
bd4694c8c6
commit
acca433c0d
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,7 @@
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[rebase]
|
[rebase]
|
||||||
updateRefs = true
|
updateRefs = true
|
||||||
|
[credential "helperselector"]
|
||||||
|
selected = manager
|
||||||
|
[credential "https://git.d0ty.me"]
|
||||||
|
provider = generic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue