You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workshop/git/index.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ This is a BYOD (bring your own device) workshop and some software and accounts a
32
32
33
33
##### Your git Identity
34
34
35
+
**You may not need to do this step yet. Wait until later, if Git complains.**
36
+
35
37
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:
36
38
37
39
```sh
@@ -98,7 +100,7 @@ This sometimes leads to the question of 'well how do we compile if not developin
98
100
99
101
#### 1. Create a new folder on your local device
100
102
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.**
102
104
103
105
```sh
104
106
mkdir myworkshop
@@ -762,4 +764,4 @@ This assumes `department` exists and is on your library list.
762
764
763
765
The procedure can now be called via SQL, which subsequently calls the RPGLE program and returns a result set:
0 commit comments