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 14:39] qroyerfr:develop:collaboration:dev:git [2026/06/03 16:54] (current) ylecoarer
Line 1: Line 1:
 ====== Utilisation de GIT ====== ====== Utilisation de GIT ======
  
-  * Clonage du projet Github en local :+  * 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 : 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 :+  * 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.1637156378.txt.gz
  • Last modified: 2021/11/17 14:39
  • by qroyer