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
Last revisionBoth sides next revision
fr:develop:collaboration:dev:git [2021/11/17 14:39] qroyerfr:develop:collaboration:dev:git [2021/11/17 15:50] qroyer
Line 1: Line 1:
 ====== Utilisation de GIT ====== ====== Utilisation de GIT ======
 +
 +  * Configuration de git :
 +
 +  git config --global user.name "John Doe"
 +  git config --global user.email johndoe@example.com
  
   * Clonage du projet Github en local :   * Clonage du projet Github en local :
Line 5: Line 10:
   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.txt
  • Last modified: 2021/11/17 15:53
  • by qroyer