This commit is contained in:
nora 2025-02-05 19:30:29 +01:00
parent 8ee9da6c52
commit 6234c434c2

View file

@ -33,7 +33,8 @@
merge.conflictstyle = "zdiff3";
# https://github.com/rust-lang/rust/blob/a83cf567b5949691de67f06895d9fe0404c40d27/.git-blame-ignore-revs
blame.ignoreRevsFile = ".git-blame-ignore-revs";
# doesn't work cause lol its an error to not have the file
# blame.ignoreRevsFile = ".git-blame-ignore-revs";
# This makes it so that pushing always uses SSH, even if the remote was configured as HTTPS.
"url \"git@github.com:\"".pushInsteadOf = "https://github.com/";