Skip to content

Commit d15ea5d

Browse files
authored
Update index.mdx
1 parent ce75ad2 commit d15ea5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/workshop/git/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This is a BYOD (bring your own device) workshop and some software and accounts a
3232

3333
##### Your git Identity
3434

35+
**You may not need to do this step yet. Wait until later, if Git complains.**
36+
3537
The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into the commits you start creating:
3638

3739
```sh
@@ -98,7 +100,7 @@ This sometimes leads to the question of 'well how do we compile if not developin
98100

99101
#### 1. Create a new folder on your local device
100102

101-
Simply create a new directory somewhere on your device. This directory will become a git repository.
103+
Simply create a new directory somewhere on your device. This directory will become a git repository. **You can also use your system File Explorer to create the directory/folder.**
102104

103105
```sh
104106
mkdir myworkshop
@@ -762,4 +764,4 @@ This assumes `department` exists and is on your library list.
762764

763765
The procedure can now be called via SQL, which subsequently calls the RPGLE program and returns a result set:
764766

765-
![](./assets/upddepts.png)
767+
![](./assets/upddepts.png)

0 commit comments

Comments
 (0)