#!/usr/bin/env fish # function gitprst git stash git pull --stat --progress --rebase git submodule update git stash apply end