From 2affa2a8ecb32bc315a54ab9785cfb14d9795465 Mon Sep 17 00:00:00 2001 From: Hadi Date: Mon, 17 Aug 2026 14:13:41 +0200 Subject: [PATCH] rebase Signed-off-by: Hadi --- home/programs/tui/git/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/programs/tui/git/default.nix b/home/programs/tui/git/default.nix index e86cf5df..3b24f109 100644 --- a/home/programs/tui/git/default.nix +++ b/home/programs/tui/git/default.nix @@ -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";