mpv-player/mpv-build

Feature request: Gracefully handle uncommited changes when updating

forthrin opened this issue · 0 comments

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