Skip to content

Instantly share code, notes, and snippets.

@norpol
Last active July 3, 2020 15:17
Show Gist options
  • Select an option

  • Save norpol/7889e6bf445cdfe16a76f6d617464676 to your computer and use it in GitHub Desktop.

Select an option

Save norpol/7889e6bf445cdfe16a76f6d617464676 to your computer and use it in GitHub Desktop.

Revisions

  1. norpol revised this gist Jul 3, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions merge_base_other_way.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    git clone https://github.com/mpv-player/mpv
    cd mpv
    git checkout rcombs/subtitle-selection
    git merge-base --fork-point master HEAD
  2. norpol revised this gist Jul 3, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions merge_base.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    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
  3. norpol created this gist Jul 3, 2020.
    3 changes: 3 additions & 0 deletions merge_base.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    git clone --depth=10 -b rcombs/subtitle-selection https://github.com/mpv-player/mpv
    git fetch --depth=10 origin master:master
    git merge-base --fork-point master HEAD