mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
fish(abbreviations): Add git switch
This commit is contained in:
parent
ddc7d0a9dd
commit
38882bdc62
@ -66,6 +66,7 @@
|
|||||||
gs = "git status";
|
gs = "git status";
|
||||||
gst = "git stash";
|
gst = "git stash";
|
||||||
gstp = "git stash pop";
|
gstp = "git stash pop";
|
||||||
|
gsw = "git switch";
|
||||||
gt = "git tag";
|
gt = "git tag";
|
||||||
gts = "git tag -s";
|
gts = "git tag -s";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user