fr:develop:collaboration:dev:git

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fr:develop:collaboration:dev:git [2021/11/17 15:50] qroyerfr:develop:collaboration:dev:git [2026/06/03 16:54] (current) ylecoarer
Line 1: Line 1:
 ====== Utilisation de GIT ====== ====== Utilisation de GIT ======
  
-  * Configuration de git :+  * Configuration nom ou ID Github :
  
   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
  
-  * Clonage du projet Github en local :+  * Clonage du projet Github en local : Pour Windows dans un répertoire créé C:\habby_dev :
  
   git clone https://github.com/YannIrstea/habby   git clone https://github.com/YannIrstea/habby
  
-  * Clonage du projet Github en local avec autoritsation de modification sur Github :+  * Clonage du projet Github en local avec autorisation de modification sur Github : Pour Windows dans un répertoire créé C:\habby_dev :
  
   git clone https://<TOKEN KEY>@github.com/YannIrstea/habby.git   git clone https://<TOKEN KEY>@github.com/YannIrstea/habby.git
  • fr/develop/collaboration/dev/git.1637160602.txt.gz
  • Last modified: 2021/11/17 15:50
  • by qroyer