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