all repos — nixfiles @ d63c46fd6c10ef8ecb416134aa3e312927a6e91c

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

zsh: add more git aliases

Alan Pearce
commit

d63c46fd6c10ef8ecb416134aa3e312927a6e91c

parent

1744c1a6bc064f127348f32aa8846c5859065ca6

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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";