fix: use nested attribute for credential config
This commit is contained in:
parent
203630ca60
commit
e9ddbc5d0e
1 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,10 @@
|
|||
diff.algorithm = "histogram";
|
||||
|
||||
# Use osxkeychain for forgejo and other HTTPS remotes
|
||||
credential.helper = "osxkeychain";
|
||||
"credential.https://git.iscg.dev.helper" = "osxkeychain";
|
||||
credential = {
|
||||
helper = "osxkeychain";
|
||||
"https://git.iscg.dev".helper = "osxkeychain";
|
||||
};
|
||||
|
||||
# Color output
|
||||
color.ui = "auto";
|
||||
|
|
|
|||
Loading…
Reference in a new issue