add pull rebase to true by default
This commit is contained in:
@ -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~";
|
||||||
|
Reference in New Issue
Block a user