Update gitconfig

main
Chandler Swift 2024-09-15 21:58:53 -05:00
parent 3fc3bd97f3
commit 1182eafec8
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,8 @@
url."ssh://aur@aur.archlinux.org/".pushInsteadOf = "aur:"; url."ssh://aur@aur.archlinux.org/".pushInsteadOf = "aur:";
url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:"; url."ssh://git@github.com/ChandlerSwift/".insteadOf = "gh:";
push.autoSetupRemote = true; push.autoSetupRemote = true;
rebase.autosquash = true;
fetch.parallel = 0; # "some reasonable default"
}; };
ignores = [ ignores = [
"*.kate-swp" "*.kate-swp"