Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 14:13:41 +02:00
parent 60d850c2bc
commit 2affa2a8ec
+1 -2
View File
@@ -24,11 +24,10 @@ in {
user.name = username;
user.email = email;
init.defaultBranch = "main";
pull.rebase = "false";
pull.rebase = "true";
push.autoSetupRemote = true;
color.ui = "1";
alias = {
essa = "push --force";
co = "checkout";
fuck = "commit --amend -m";
c = "commit -m";