... | ... | @@ -2290,15 +2290,15 @@ in your web browser. |
|
|
1. In your terminal create a new folder. You may use any name you choose (provided
|
|
|
there are not spaces in the directory name.
|
|
|
|
|
|
```sh
|
|
|
mkdir git-workshop
|
|
|
```
|
|
|
```sh
|
|
|
mkdir git-workshop
|
|
|
```
|
|
|
|
|
|
2. Change into the new folder.
|
|
|
|
|
|
```sh
|
|
|
cd git-workshop
|
|
|
```
|
|
|
```sh
|
|
|
cd git-workshop
|
|
|
```
|
|
|
|
|
|
3. Initialize the git repo.
|
|
|
|
... | ... | |