1
0
Fork 0
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:
Phantop 2018-11-23 09:21:54 -05:00
parent 90402d8600
commit aea4372ef6

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