added git stash to update procedure

This commit is contained in:
BuildTools 2022-08-26 22:33:45 -07:00
parent dd456d1055
commit eeec2a095b

View file

@ -90,6 +90,7 @@ install-deps(){
update(){
pushd $rundir
remove
git stash -m "$pretty_date stashing changes before update to latest"
git fetch && git pull
install
popd