mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

Feature request: Gracefully handle uncommited changes when updating #223

Open forthrin opened 9 months ago

forthrin commented 9 months ago

Eg.

for f in mpv ffmpeg; do git -C $f stash save update; done
update
for f in mpv ffmpeg; do git -C $f stash pop update; done