GIT and Dev teams

Hi everyone,

Does anybody have a simple tutorial on how to best leverage Wappler’s GIT capabilities, and how to work best when there is more than one developer working on a project – including how to configure the repositories so they are accessible around the world?

Many thanks!

Check these different approaches.

Remote repositories are meant for that.

1 Like

Thank you Jon,

Have you used any of these with Wappler and if so, what’s been your experience?

These approaches are tool agnostic. It doesn’t matter if it’s wappler or notepad what you are using to code.

They depend exclusively on process. I’ve only worked with git-flow and github flow.

Right now I am using github flow as it’s simple and focused on CI/CD. But if you are planning on delivering scheduled releases it’s not the ideal.

many thanks,