all repos — nixfiles @ 42b2b142c4a00fd5758104bc6e736a9d9314096f

System and user configuration, managed by nix and home-manager

zsh: update git aliases
Alan Pearce alan@alanpearce.eu
Fri, 25 Oct 2019 19:50:26 +0200
commit

42b2b142c4a00fd5758104bc6e736a9d9314096f

parent

dee8f2be2c305e9549b42780c4ba9c56cbf7e9af

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -196,10 +196,12 @@ gs = "git st";       gd = "git diff";
       gf = "git fetch";
       gk = "git push";
+      gkf = "git push --force-with-lease";
       gj = "git pull";
       gl = "git lg";
       gm = "git merge";
-      gr = "git remote";
+      ge = "git remote";
+      gr = "git rebase";
       gz = "git stash";
       gzl = "git stash list";
       gzp = "git stash pop";