update git config to follow the renaming of the options
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m5s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m5s
This commit is contained in:
@ -11,9 +11,9 @@
|
|||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
userEmail = "tomoron@student.42angouleme.fr";
|
settings = {
|
||||||
userName = "tomoron";
|
user.email = "tomoron@student.42angouleme.fr";
|
||||||
extraConfig = {
|
user.name = "tomoron";
|
||||||
init.defaultBranch="master";
|
init.defaultBranch="master";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
@ -21,10 +21,10 @@
|
|||||||
help.autocorrect = 1;
|
help.autocorrect = 1;
|
||||||
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
|
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
};
|
aliase = {
|
||||||
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