From e30f2a1c38b77d7cff5375c6a05c8bf77005d7f7 Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 19 Sep 2023 17:27:47 +0200 Subject: [PATCH] chore: add new git aliases --- users/myuser/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/myuser/git.nix b/users/myuser/git.nix index dba5e1d..cece35c 100644 --- a/users/myuser/git.nix +++ b/users/myuser/git.nix @@ -66,6 +66,8 @@ gca = "git commit -v -S --amend"; gcl = "git clone"; gcr = "git commit-reuse-message -v -S"; + gp = "git push"; + gpf = "git push --force"; gs = "git s"; }; }