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