Skip to content

Commit

Permalink
added verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 7, 2023
1 parent 438f4b0 commit 34fefe4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion devspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34fefe4

Please sign in to comment.