Created
August 1, 2013 20:14
-
-
Save CrossVR/6134818 to your computer and use it in GitHub Desktop.
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
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