mpv-build
mpv-build copied to clipboard
Feature request: Gracefully handle uncommited changes when updating
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