Skip to content

Instantly share code, notes, and snippets.

@norpol
Last active July 3, 2020 15:17
Show Gist options
  • Save norpol/7889e6bf445cdfe16a76f6d617464676 to your computer and use it in GitHub Desktop.
Save norpol/7889e6bf445cdfe16a76f6d617464676 to your computer and use it in GitHub Desktop.
merge base experiments
git clone --depth=10 -b rcombs/subtitle-selection https://github.com/mpv-player/mpv
cd mpv
git fetch --depth=10 origin master:master
git merge-base --fork-point master HEAD
git clone https://github.com/mpv-player/mpv
cd mpv
git checkout rcombs/subtitle-selection
git merge-base --fork-point master HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment