Written by

Hospital São Domingos
Question Jhonata Rebouças · Jun 4, 2019

Gitflow

Someone use gitflow for control of code version? How are doing with production when have many projects?

Comments

Eduard Lebedyuk · Jun 5, 2019

Can you please elaborate on your question?

Do you want to start using git?  If so check this series of articles.

Do you want to do some advanced git flow control? If so please describe what do you want in more detail.

0
Evgeny Shvarov  Jun 6, 2019 to Jhonata Rebouças

I'd go with one namespace for one project approach. It's much more manageable in the long term.

Take a look at this video where I show the example of starting new ObjectScript project with Github, VSCode, and Docker, and which has an installer for a new namespace.

0
Jhonata Rebouças · Jun 5, 2019

Our namespace have many independent project with different life cycle and a unique production. For have a version control we are push a unique repository in GIT all project related the a namespace, with this, we have version of namespace, but don’t have version of project.
I like know as you has the control version. Is for namespace or project?

0
Fred Gustafsson  Jun 7, 2019 to John Murray

Yes, that is exactly what we are using. It works very well.

0