mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
fish: Add git submodule abbreviations
This commit is contained in:
parent
7bd3302f51
commit
964b6f7e9b
@ -68,6 +68,8 @@
|
|||||||
grb = "git rebase --interactive";
|
grb = "git rebase --interactive";
|
||||||
grbc = "git rebase --continue";
|
grbc = "git rebase --continue";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
gsma = "git submodule add";
|
||||||
|
gsmu = "git submodule update --init --remote --recursive";
|
||||||
gst = "git stash";
|
gst = "git stash";
|
||||||
gstp = "git stash pop";
|
gstp = "git stash pop";
|
||||||
gsw = "git switch";
|
gsw = "git switch";
|
||||||
|
Loading…
Reference in New Issue
Block a user