feat(git): always fetch all and prune

This commit is contained in:
Michael Mandl 2025-02-26 08:21:35 +01:00
parent 555d229cf1
commit f73891c335
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 9 additions and 4 deletions

View file

@ -7,7 +7,6 @@
gs = "git status";
gd = "git diff";
gf = "git fetch";
gfp = "git fetch --prune";
k = "kubectl";
ww = "nvim -c VimwikiIndex";
};