Skip to content

Instantly share code, notes, and snippets.

@CrossVR
Created August 1, 2013 20:14
Show Gist options
  • Save CrossVR/6134818 to your computer and use it in GitHub Desktop.
Save CrossVR/6134818 to your computer and use it in GitHub Desktop.
How to update RARFileSource
1) Commit and push changes to the master branch
2) Checkout mpc-hc branch
3) Do "git pull --rebase origin master" to rebase the MPC-HC compatability
changes onto the master branch
4) Do "git tag mpc-hc-X.Y.Z-N" where X.Y.Z is the to be released
MPC-HC version and N is the RARFileSource update number for that
MPC-HC version
5) Do "git push --force --tags origin" to update our RARFileSource repository
6) Commit the submodule update in MPC-HC repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment