User Tools

Site Tools


kb:bestpractices:wow:workflow

30 Workflows

Source Code Control (SCC)

Currently, we're using Git, 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.

All our generic and specific tips and tricks around SCC can be found here:
https://dokuwiki.hampel-soft.com/kb/bestpractices/scc

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: 2026/02/19 09:32 by joerg.hampel