diff --git a/Qualitätsmanagement.md b/Qualitätsmanagement.md index 1c1cd8a..811e4fc 100644 --- a/Qualitätsmanagement.md +++ b/Qualitätsmanagement.md @@ -75,25 +75,25 @@ gitGraph branch dev/feature2 checkout dev/feature1 - commit - commit - commit + commit id: "f1-Com1" + commit id: "f1-Com2" + commit id: "f1-Com3" checkout dev merge dev/feature1 checkout dev/feature2 - commit - commit + commit id: "f2-Com1" + commit id: "f2-Com2" checkout dev merge dev/feature2 branch dev/feature3 checkout dev/feature3 - commit - commit - commit + commit id: "f3-Com1" + commit id: "f3-Com2" + commit id: "f3-Com3" checkout dev merge dev/feature3