From f35cb2c69836eff47541341b26334559ed851414 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 28 Mar 2024 21:42:12 +0000 Subject: . --- programs/bash.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'programs/bash.nix') diff --git a/programs/bash.nix b/programs/bash.nix index e2b825a..7d3c25e 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -30,7 +30,8 @@ gb = "git branch -v"; gc = "git commit --verbose"; gd = "git diff --minimal"; - ggp = "git push"; + gp = "git push"; + gpf = "git push --force-with-lease"; gl = "git log -p --abbrev-commit --pretty=medium"; glo = "git log --pretty=oneline --abbrev-commit"; gst = "git status --short"; -- cgit v1.2.3