1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00
dotfiles/.config/fish/functions/gsu.fish

5 lines
129 B
Fish

# Defined in /tmp/fish.ASZhcy/gsu.fish @ line 1
function gsu
git submodule foreach --recursive git pull origin master $argv
end