Hi @benaltair,
There is a topic related to OJS and git: Running production OJS site with Git for Dummies (like me)
- Depends on what the purpose is. According to what you’ve described, I don’t think you’d need any additions there.
- I’d fork the repo and track own fork, rather than
pkp/ojs
repo (for the purposes described). Thus, if any changes to the original code needed, it’s possible to keep them on your fork and reapply every time OJS upgrade needed. E.g., on own fork the branch calledstable-3_2_1-modified
is created, which origins frompkp/ojs
repostable-3_2_1
branch with custom changes. Crucial update for this branch is available → just update the fork and rebase ownstable-3_2_1-modified
on top of thestable-3_2_1
frompkp/ojs
. But I must confess that don’t upgrade via git production instances of OJS.