forked from extern/nix-config
fish(abbreviations): Add git fetch
This commit is contained in:
parent
7200e95a80
commit
6ff549d893
@ -48,6 +48,7 @@
|
||||
gcp = "git cherry-pick";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
gf = "git fetch";
|
||||
gi = "git init";
|
||||
gl = "git log --oneline --decorate --graph -n 10";
|
||||
gm = "git merge";
|
||||
|
Loading…
Reference in New Issue
Block a user