commit a87d880a41e1d115d176ca8c6e2b4d146b325274 parent 09157e5b5211dfa5d5c8967837d5e5d514911a67 Author: Milutin Popovic <milutin@popovic.xyz> Date: Mon, 9 Mar 2026 17:10:59 +0100 add git config Diffstat:
| M | .config/git/config | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.config/git/config b/.config/git/config @@ -5,12 +5,16 @@ defaultBranch = main [credential "https://github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !/etc/profiles/per-user/mika/bin/gh auth git-credential [credential "https://gist.github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !/etc/profiles/per-user/mika/bin/gh auth git-credential [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[core] + sshCommand = ssh -o IdentitiesOnly=yes -i ~/.ssh/mika.rsa +[credential] + helper = store