add pull rebase to true by default

This commit is contained in:
2024-11-06 14:11:32 +01:00
parent 6ab7ea7ff3
commit ca18ecf4e2

View File

@ -6,6 +6,7 @@
userEmail = "tomoron@student.42angouleme.fr"; userEmail = "tomoron@student.42angouleme.fr";
userName = "tomoron"; userName = "tomoron";
extraConfig.init.defaultBranch="master"; extraConfig.init.defaultBranch="master";
extraConfig.pull.rebase = true;
aliases = { aliases = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f"; fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
back = "reset HEAD~"; back = "reset HEAD~";