#!/usr/bin/env fish
#
function gitpr -d "git pull rebase and update modules"
git pull --stat --progress --rebase
git submodule update
end