Skip to content

Commit eb7515a

Browse files
committed
fix(git): configure gh as default credential helper
Ensure git uses GitHub CLI for HTTPS authentication by default so fetch/push work consistently without manual credential overrides. Made-with: Cursor
1 parent 5a18011 commit eb7515a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

home/dot_gitconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
tool = vimdiff
3535
[pull]
3636
rebase = true
37+
[credential]
38+
helper = !gh auth git-credential
3739
[include]
3840
path = ~/.gitconfig.overrides
3941
[init]

0 commit comments

Comments
 (0)