Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
fr:develop:collaboration:dev:git [2021/11/17 15:50] – qroyer | fr:develop:collaboration:dev:git [2021/11/17 15:53] (current) – qroyer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Utilisation de GIT ====== | ====== Utilisation de GIT ====== | ||
- | * Configuration | + | * Configuration |
git config --global user.name "John Doe" | git config --global user.name "John Doe" | ||
+ | |||
+ | * Configuration adresse mail ou adresse mail du compte Github : | ||
+ | |||
git config --global user.email johndoe@example.com | git config --global user.email johndoe@example.com | ||