1
Fork 0

git: Set default pull behaviour to rebase

This commit is contained in:
caem 2024-11-24 12:31:12 +01:00
parent c0fa670037
commit daedf93ecd
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -14,6 +14,7 @@
extraConfig = {
init.defaultBranch = "master";
pull.rebase = true;
};
};
};