Skip to content

Workflow

Mathias Darscht edited this page Nov 3, 2022 · 1 revision

Definition of Done

Branching mit Git

  • Gitflow
  • Merge Request
    • main
    • developer
    • Genehmigung über 2 Personen (nicht der Entwickler)
      1. Funktionalitätstest
      2. Codeüberprüfung
  • naming: feature/bug/... Taskname
gitGraph
    commit
    branch developer
    checkout developer
    commit
    branch feature/hotfix/bug
    checkout feature/hotfix/bug
    commit
    commit
    checkout developer
    merge feature/hotfix/bug
    checkout main
    merge developer
Loading

Clone this wiki locally