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