Skip to content

Git Workflow

Git branching strategy and workflow for Arctyk ITSM.


Branches

  • main - Production-ready code
  • feature/* - New features
  • fix/* - Bug fixes

Workflow

  1. Create branch from main
  2. Make changes
  3. Push branch
  4. Open pull request
  5. Code review
  6. Merge to main