13 lines
227 B
Markdown
13 lines
227 B
Markdown
# Taxon
|
|
|
|
# Add to VS 2022
|
|
|
|
Install GIT for Windows : https://git-scm.com/install/windows
|
|
|
|
```
|
|
git config credential.helper wincred
|
|
git config user.email 'empty@zkd.ca'
|
|
git config user.name 'Nom du coequipier'
|
|
```
|
|
|
|
# Hello world |