From 170dc4bb86c9897a469c136614910c32581ace25 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Sat, 26 Apr 2025 01:15:07 +0200 Subject: [PATCH 1/4] Update branch wording and refresh examples & links --- src/SetupPage.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/SetupPage.js b/src/SetupPage.js index 0cfe1e3..4fc444a 100644 --- a/src/SetupPage.js +++ b/src/SetupPage.js @@ -200,16 +200,16 @@ class WhatIsIt extends React.Component {

It's a web service for visualizing the difference between code - committed to master in your GitHub project compared to - which code has been deployed in your dev, stage and/or production - environment(s). + committed to the default branch of your GitHub project + compared to which code has been deployed in your dev, stage and/or + production environment(s).

The Basics

For this to work you need to have your code in a{' '} public GitHub repository and the git SHA that is deployed on - your server(s) need to be publicly available. + your server(s) has to be publicly available.

The git SHA needs to be the content of the URL or it can be JSON that @@ -226,17 +226,17 @@ class WhatIsIt extends React.Component { Once you've typed in the GitHub organization, GitHub repository and at least one of these URLs you can generated a table that shows what's been deployed on the server(s) compared to what's available in the{' '} - master branch. + default branch.

Examples