forked from pkp/ojs
-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrading OJS
lschiff edited this page Sep 14, 2012
·
3 revisions
- Start on dev as subi
- Create a new eschol-ojs branch git branch NAME git checkout NAME git branch #should show the name of your branch
-
Go into lib/pkp create a new branch git branch NAME git checkout NAME git branch #should show the name of your branch
-
Get PKP's code lib/pkp/.git/config should have this entry
[remote "pkp_origin"] fetch= url =
- Looking at github.com/pkp/pkp-lib/tags go to branch master click on tags get the TAG name of the release you want subi:lib/pkp% git fetch pkp_origin #get the code) subi:subi:lib/pkp% git merge [TAG] #merges the code subi:subi:lib/pkp% git status #shows the list of actions subi:subi:lib/pkp% git diff subi:subi:lib/pkp% git mergetool