Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| fr:develop:collaboration:dev:git [2021/11/17 14:39] – qroyer | fr:develop:collaboration:dev:git [2021/11/17 15:53] (current) – qroyer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Utilisation de GIT ====== | ====== Utilisation de GIT ====== | ||
| + | |||
| + | * Configuration nom ou ID Github : | ||
| + | |||
| + | git config --global user.name "John Doe" | ||
| + | |||
| + | * Configuration adresse mail ou adresse mail du compte Github : | ||
| + | |||
| + | git config --global user.email johndoe@example.com | ||
| * Clonage du projet Github en local : | * Clonage du projet Github en local : | ||
| Line 5: | Line 13: | ||
| git clone https:// | git clone https:// | ||
| - | * Clonage du projet Github en local avec autoritsation de modification : | + | * Clonage du projet Github en local avec autoritsation de modification |
| git clone https://< | git clone https://< | ||
| - | | + | |
| git status : connaitre l' | git status : connaitre l' | ||