Set git push.default to 'current'

This commit is contained in:
Erwin Boskma 2022-05-19 21:42:17 +02:00
parent b05f82ca0e
commit a1d49dcf56
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -79,6 +79,9 @@ in
pull = {
ff = "only";
};
push = {
default = "current";
};
rebase = {
autoStash = true;
};