fr:develop:collaboration:dev:git

Differences

This shows you the differences between two versions of the page.

fr:develop:collaboration:dev:git [2021/11/17 14:39] qroyerfr:develop:collaboration:dev:git [2021/11/17 15:53] () qroyer
 1:  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 :
 5:  13:
   git clone https://github.com/YannIrstea/habby   git clone https://github.com/YannIrstea/habby
  
-  * Clonage du projet Github en local avec autoritsation de modification :+  * Clonage du projet Github en local avec autoritsation de modification sur Github :
  
   git clone https://<TOKEN KEY>@github.com/YannIrstea/habby.git   git clone https://<TOKEN KEY>@github.com/YannIrstea/habby.git
  
-  - Quelques exemples:+  * Unordered List ItemQuelques exemples:
  
   git status : connaitre l'état actuel du projet   git status : connaitre l'état actuel du projet
  • fr/develop/collaboration/dev/git.1637156358.txt.gz
  • 2021/11/17 14:39
  • qroyer