feat(shell): add gfg shell alias (git fetch graph)

This commit is contained in:
Michael Mandl 2025-03-25 08:43:47 +01:00
parent 49dda752cb
commit 73c1ab8d56
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -7,6 +7,7 @@
gs = "git status";
gd = "git diff";
gf = "git fetch";
gfg = "git fetch --no-recurse-submodules && git graph --all --max-count 32";
k = "kubectl";
ww = "nvim -c VimwikiIndex";
};