refactor: remove credential helper (we use SSH)
This commit is contained in:
parent
55a2181d58
commit
6b3982f156
1 changed files with 0 additions and 6 deletions
|
|
@ -26,12 +26,6 @@
|
||||||
# Better diff algorithm (longer but faster on large files)
|
# Better diff algorithm (longer but faster on large files)
|
||||||
diff.algorithm = "histogram";
|
diff.algorithm = "histogram";
|
||||||
|
|
||||||
# Use osxkeychain for forgejo and other HTTPS remotes
|
|
||||||
credential = {
|
|
||||||
helper = "osxkeychain";
|
|
||||||
"https://git.iscg.dev".helper = "osxkeychain";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Color output
|
# Color output
|
||||||
color.ui = "auto";
|
color.ui = "auto";
|
||||||
color.diff = "auto";
|
color.diff = "auto";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue