simple git stash pull stash pop

This commit is contained in:
mcguirepr89
2022-03-03 10:31:14 -05:00
parent 680eb2b2d0
commit 39b61c3c33
+1 -1
View File
@@ -7,6 +7,6 @@ HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi/scripts
sudo -u${USER} git -C /home/pi/BirdNET-Pi stash
sudo -u${USER} git -C /home/pi/BirdNET-Pi pull
sudo -u${USER} git -C /home/pi/BirdNET-Pi pull -f
sudo systemctl daemon-reload
sudo -u${USER} git -C /home/pi/BirdNET-Pi stash pop