zsh: add more git aliases
Alan Pearce alan@alanpearce.eu
Fri, 05 May 2023 22:22:11 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -140,6 +140,7 @@ ga = "git add"; gs = "git st"; gd = "git diff"; + gdc = "git diff --cached"; gf = "git fetch"; gk = "git push"; gkf = "git push --force-with-lease"; @@ -147,6 +148,7 @@ gj = "git pull"; gl = "git lg"; gm = "git merge"; ge = "git remote"; + ges = "git remote -v show"; gr = "git rebase"; gz = "git stash"; gzl = "git stash list";