refactor: remove credential helper (we use SSH)

This commit is contained in:
mikl 2026-07-01 23:31:14 +03:00
parent 55a2181d58
commit 6b3982f156

View file

@ -26,12 +26,6 @@
# Better diff algorithm (longer but faster on large files)
diff.algorithm = "histogram";
# Use osxkeychain for forgejo and other HTTPS remotes
credential = {
helper = "osxkeychain";
"https://git.iscg.dev".helper = "osxkeychain";
};
# Color output
color.ui = "auto";
color.diff = "auto";