From 4eb7d0d299be6527efc52b1ae0a3f5c83e61e349 Mon Sep 17 00:00:00 2001
From: ashishj <>
Date: Thu, 24 Mar 2022 17:32:50 +0100
Subject: [PATCH] Update the gitgraph example
---
cypress/platform/gitgraph.html | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/cypress/platform/gitgraph.html b/cypress/platform/gitgraph.html
index 2e10a8b55..06075735d 100644
--- a/cypress/platform/gitgraph.html
+++ b/cypress/platform/gitgraph.html
@@ -33,7 +33,7 @@
checkout newbranch
commit id:"1111"
commit tag:"test"
- checkout master
+ checkout main
commit type: HIGHLIGHT
commit
merge newbranch
@@ -54,15 +54,14 @@
branch featureB
checkout featureB
commit type:HIGHLIGHT
- checkout master
- branch hotfix
+ checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
- checkout master
+ checkout main
merge hotfix
checkout featureB
commit
@@ -80,10 +79,10 @@
branch release
checkout release
commit
- checkout master
+ checkout main
commit
checkout release
- merge master
+ merge main
checkout develop
merge release
@@ -95,7 +94,7 @@
branch newbranch
checkout newbranch
commit
- reset master
+ reset main