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
|
||||
|
||||
[include]
|
||||
path = .gitconfig.shared
|
||||
path = .gitconfig.shared
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
|
|
@ -15,4 +15,4 @@
|
|||
[github]
|
||||
user = DeCarabas
|
||||
[safe]
|
||||
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
||||
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
||||
|
|
|
|||
|
|
@ -12,4 +12,8 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
[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