User Tools

Site Tools


kb:bestpractices:wow:workflow

40 Workflow

Currently, we're using GitLab and Gitflow for all of our software development work. It is a great mental model and helps us and our customers with getting our work done.

Gitflow at HSE in a nutshell

  1. create/claim issue in SCC (GitLab)
  2. create a new feature/release/hotfix branch on dev machine (locally)
    1. adhere to branch naming conventions
  3. work on code, eventually finalise it
  4. optional: create MR and have code reviewed
  5. close feature/release/hotfix on dev machine (locally)
  6. for releases and hot fixes, use gitflow
    1. this will trigger RAT if configured accordingly
kb/bestpractices/wow/workflow.txt · Last modified: 2024/10/17 15:28 by joerg.hampel