Fish: Add submodule update command

This commit is contained in:
Phantop 2018-11-23 09:21:54 -05:00
parent 90402d8600
commit aea4372ef6
1 changed files with 4 additions and 0 deletions

View 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