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
-
create/claim issue in SCC (GitLab)
-
create a new feature/release/hotfix branch on dev machine (locally)
-
adhere to branch naming conventions
work on code, eventually finalise itoptional: create MR and have code reviewedclose feature/release/hotfix on dev machine (locally)for releases and hot fixes, use gitflow-
this will trigger RAT if configured accordingly
kb/bestpractices/wow/workflow.txt · Last modified: 2026/02/19 09:32 by joerg.hampel
-