File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ editor = nvim
1313protocol = https
1414[pull]
1515rebase = false
16+ [push]
17+ autoSetupRemote = true
1618[init]
1719defaultBranch = main
1820[credential]
1921helper = store
2022[maintenance]
21- repo = /home/cc /dotfiles
22- repo = /home/cc /.local/share/fonts/NerdFonts
23- repo = /home/cc /.local/share/fonts/Google
23+ repo = ~ /dotfiles
24+ repo = ~ /.local/share/fonts/NerdFonts
25+ repo = ~ /.local/share/fonts/Google
2426[pager]
2527diff = delta
2628log = delta
@@ -34,3 +36,10 @@ diffFilter = delta --color-only
3436root = ~/Dev/ghq/
3537[safe]
3638 directory = /opt/flutter
39+ [credential "https://github.com"]
40+ helper =
41+ helper = !/usr/bin/gh auth git-credential
42+ [credential "https://gist.github.com"]
43+ helper =
44+ helper = !/usr/bin/gh auth git-credential
45+
You can’t perform that action at this time.
0 commit comments