Branch for my own site
Added by Dan Byström almost 5 years ago
Want to run my own Redmine site. Assume I want to clone https://github.com/redmine/redmine.git. I'm novice on git and get confused with tags and branches. Have created Dockerfile but I can't figure out what branch to commit my changes to. Assume others have though about this before. Is the a guide/turorial I can read? Or is it a simple answer? I want to pull future releases 4.1 and merge into my branch without a hassle.
Cheers
Dan
Replies (2)
RE: Branch for my own site - Added by Bernhard Rohloff almost 5 years ago
Hi Dan,
perhaps you can find some useful infos in Jens Krämer's blog post about Redmine maintainance and deployment with Git.
https://jkraemer.net/2016/03/deploy-and-maintain-redmine-the-right-way
RE: Branch for my own site - Added by Dan Byström almost 5 years ago
Read the article, great article. Thanks for the tip, will try it out. /Dan