Skip to content

Commit e61f3db

Browse files
authored
Merge pull request #265 from gperdrizet/dev
Add git initialization instructions to vocareum.md
2 parents 449794b + f894fa4 commit e61f3db

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

site/devops_pages/vocareum.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ You will need to enter this token once per Vocareum session to authenticate to G
4141

4242
### 1.3. First commit and push
4343

44+
First, initalize git with you email and password:
45+
46+
```text
47+
git config --global user.name "Your name"
48+
git config --global user.email "email@adsress.com"
49+
```
50+
4451
Now we need to commit and push the contents of your Vocareum environment to the empty repository we created in step 1.1. From the Jupyter lab interface of your Vocareum workbench:
4552

4653
1. Open a terminal (File -> New -> Terminal)

0 commit comments

Comments
 (0)