Last active
July 3, 2020 15:17
-
-
Save norpol/7889e6bf445cdfe16a76f6d617464676 to your computer and use it in GitHub Desktop.
merge base experiments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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