From cbf498acb70da10017204e848b302ddf476e7de0 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 5 Dec 2023 17:54:53 +0300 Subject: [PATCH] Remove gplforce alias --- machines/enka/git/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/machines/enka/git/default.nix b/machines/enka/git/default.nix index bb3b352..a295a28 100644 --- a/machines/enka/git/default.nix +++ b/machines/enka/git/default.nix @@ -23,10 +23,9 @@ homeConfiguration [ "nixos" "root" ] { glo = "git log --oneline"; glp = "git log -p --full-diff"; - gpl = "git pull"; - gplr = "git pull --rebase"; - gplforce = "git pull --force"; - gplff = "git pull --ff-only"; + gpl = "git pull"; + gplr = "git pull --rebase"; + gplff = "git pull --ff-only"; grb = "git rebase"; grba = "git rebase --abort";