Ingo / All Thanks for the help all. I think I like Ingo's method will work the best for me. I'm comfortable working in branches.
Robert Wynkoop On Thu, Oct 31, 2019 at 3:07 AM Ingo Wolfmayr <[email protected]> wrote: > Hi Robert, > > this is the way I do it with git: > > 1.) Clone ofbiz branch from https://github.com/apache/ofbiz-framework + > used plugins from https://github.com/apache/ofbiz-plugins > 2.) Create an additional remote to your repository > 3.) Create your branch you are working on. > 4.) Merge the ofbiz branch into your branch. > 5.) Push your branch to your remote repository. > 6.) Now and then I pull changes from the ofbiz rep into the ofbiz branch. > The local ofbiz branch is now updated. > 7.) Merge updated ofbiz branch into your branch ... fixing conflicts ... > now your repo should be updated. > > Don't know if that's what you are looking for? > > Best regards, > Ingo > > > -----Ursprüngliche Nachricht----- > Von: Robert Wynkoop <[email protected]> > Gesendet: Mittwoch, 30. Oktober 2019 17:16 > An: OFBiz user Mailing List <[email protected]> > Betreff: How do I use GIT to check out and develop customer applications? > > Hello OFBiz developers. > > I'm a Java Web Developer wanting to use OFBIZ. I created a test component > and got that working with a message file. > > How do I commit my source back to my own repository and still continue to > get changes from the OFBIZ repo? > > What version should I be looking at? The main > https://ofbiz.apache.org/developers.html only seems to know about V16. > > Robert Wynkoop >
