update: add git stash drop
This commit is contained in:
parent
ac2d44a24e
commit
fd741afc5a
|
@ -10,5 +10,6 @@ sudo killall -15 python3
|
||||||
git stash
|
git stash
|
||||||
git pull
|
git pull
|
||||||
git checkout stash@{0} -- config.json hardware.json
|
git checkout stash@{0} -- config.json hardware.json
|
||||||
|
git stash drop
|
||||||
sudo systemctl restart nodered.service
|
sudo systemctl restart nodered.service
|
||||||
${log} "Done!"
|
${log} "Done!"
|
Loading…
Reference in a new issue