Git

How you could work with git and Naviga Web.

Checkout code from repository

You will normally get a project repository from Naviga on project start. Clone that to get started.

No repo yet? Talk to your Naviga project manager to get started.

Git branches

Main branches

The central repo holds two main branches with an infinite lifetime:

  • master

  • develop

Additional branches

  • feature branches

  • release branches

  • hotfix branches

Example of development process with additional branches.

Version tags

Git version tags on master are used for deployment. It allows you to identify specific release versions of your code and will make a rollback quick and easy.

About Naviga Web deployment.

Learn more about git

Git branching model.

Last updated