From e901f4ead54e308dd35557e0923e97f45e897777 Mon Sep 17 00:00:00 2001 From: Safak Hazinedar Date: Wed, 13 Nov 2024 13:56:38 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Qualit=C3=A4tsmanagement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Qualitätsmanagement.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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