We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
production branch, represent the latest stable version of the project.
Every change to main should come with a version release.
No commits should ever be made on main.
Development branch, meant as a base to branch off for new feature development.
Commits on dev should be avoided as much as possible prefer making a feature or fix branch instead.