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:40] – 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 : |