mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-24 13:41:20 +01:00
fish(abbreviations): Add git fetch
This commit is contained in:
parent
7200e95a80
commit
6ff549d893
@ -48,6 +48,7 @@
|
|||||||
gcp = "git cherry-pick";
|
gcp = "git cherry-pick";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
gds = "git diff --staged";
|
gds = "git diff --staged";
|
||||||
|
gf = "git fetch";
|
||||||
gi = "git init";
|
gi = "git init";
|
||||||
gl = "git log --oneline --decorate --graph -n 10";
|
gl = "git log --oneline --decorate --graph -n 10";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
|
Loading…
Reference in New Issue
Block a user