1
0
forked from extern/nix-config

fish(abbreviations): Add git fetch

This commit is contained in:
Donovan Glover 2023-07-18 10:12:10 -04:00
parent 7200e95a80
commit 6ff549d893
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";