zsh: update git aliases
Alan Pearce alan@alanpearce.eu
Fri, 25 Oct 2019 19:50:26 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M user/settings/zsh.nix → user/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";