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(){ update(){
pushd $rundir pushd $rundir
remove remove
git stash -m "$pretty_date stashing changes before update to latest"
git fetch && git pull git fetch && git pull
install install
popd popd