feat(shell): add gfg shell alias (git fetch graph)
This commit is contained in:
parent
49dda752cb
commit
73c1ab8d56
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue