added git stash to update procedure
This commit is contained in:
parent
dd456d1055
commit
eeec2a095b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue