add git autocorrect
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 12m49s

This commit is contained in:
2025-05-01 21:38:53 +02:00
parent e8fac6e226
commit 3b7c49041c
2 changed files with 13 additions and 12 deletions

View File

@ -18,6 +18,7 @@
pull.rebase = true;
push.autoSetupRemote = true;
rerere.enabled = true;
help.autocorrect = 1;
};
aliases = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";