mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(gitconfig): update credential helpers to use op + gh CLIs
This commit is contained in:
@@ -74,9 +74,11 @@
|
|||||||
[gitlab]
|
[gitlab]
|
||||||
user = jimeh
|
user = jimeh
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper = !~/.dotfiles/bin/gh-git-credential-helper
|
# helper = !~/.dotfiles/bin/gh-git-credential-helper
|
||||||
|
helper = !cd ~/ && op plugin run -- gh auth git-credential
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper = !~/.dotfiles/bin/gh-git-credential-helper
|
# helper = !~/.dotfiles/bin/gh-git-credential-helper
|
||||||
|
helper = !cd ~/ && op plugin run -- gh auth git-credential
|
||||||
[merge "mergiraf"]
|
[merge "mergiraf"]
|
||||||
name = mergiraf
|
name = mergiraf
|
||||||
driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L
|
driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L
|
||||||
|
|||||||
Reference in New Issue
Block a user