Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure it has worked using git pull

Failed Merge

If this fails, then use the merge fails with an error "Refusing to merge unrelated histories", then use the following procedure to force a reset (this example is for release/stable-3.15):


Code Block
git reset --hard origin/release/stable-3.15

...