Update gitconfig
This commit is contained in:
parent
3fc3bd97f3
commit
1182eafec8
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue