From 34fefe496fe9456e8753a58453ad3b1041bc0da9 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Thu, 7 Dec 2023 12:09:11 -0500 Subject: [PATCH] added verification step --- devspaces/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/devspaces/README.md b/devspaces/README.md index 5ce1f18..7d3a71a 100644 --- a/devspaces/README.md +++ b/devspaces/README.md @@ -67,8 +67,17 @@ If running OpenShift Dev Spaces >=3.10 3) Select Gitconfig -4) Click the Pencil icon next to name and e-mail to update for your Git name and e-mail +4) Click the Pencil icon next to name, update your Git name, and click the check icon +5) Click the Pencil icon next to email, update your Git email, and click the check icon + +6) You can verify once a new workspace is started by opening a new terminal and running + +``` +git config --get-regexp user.* +``` + +Your Git user name and email should appear in the output. # Pull From Password Protected Registry 1) Login to OpenShift Dev Spaces