mirror of
https://github.com/Phantop/dotfiles
synced 2025-04-25 14:54:40 +00:00
Fish: Add submodule update command
This commit is contained in:
parent
90402d8600
commit
aea4372ef6
4
.config/fish/functions/gsu.fish
Normal file
4
.config/fish/functions/gsu.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.ASZhcy/gsu.fish @ line 1
|
||||
function gsu
|
||||
git submodule foreach --recursive git pull origin master $argv
|
||||
end
|
Loading…
Reference in a new issue