From c0cb05b406355ee2c929230dd4b4d4ff9ddc8e26 Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Thu, 24 Feb 2022 19:54:28 +0100 Subject: [PATCH] Added sample for tag,type and id for a commit --- cypress/platform/gitgraph.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/platform/gitgraph.html b/cypress/platform/gitgraph.html index 6056af825..03cd21da0 100644 --- a/cypress/platform/gitgraph.html +++ b/cypress/platform/gitgraph.html @@ -46,16 +46,16 @@ commit branch develop checkout develop - commit + commit id:"ash" tag:"abc" branch featureB checkout featureB - commit + commit type:HIGHLIGHT checkout master branch hotfix checkout hotfix - commit + commit type:NORMAL checkout develop - commit + commit type:REVERSE checkout featureB commit checkout master