mpv-build icon indicating copy to clipboard operation
mpv-build copied to clipboard

Feature request: Gracefully handle uncommited changes when updating

Open forthrin opened this issue 2 years ago • 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

forthrin avatar Nov 22 '23 08:11 forthrin