Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
php-rt:git [2016/03/09 19:02] – [Pendant les TDs/TPs] jcheron | php-rt:git [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 5: | Ligne 5: | ||
* Créer un compte gitHub | * Créer un compte gitHub | ||
- | | + | < |
- | + | ||
- | A chaque fin d' | + | |
- | | + | |
voir [[slam5: | voir [[slam5: | ||
+ | ==== Cloner votre projet forké ==== | ||
+ | |||
+ | Dans la console GIT : configurer le proxy , en remplaçant | ||
<sxh bash; | <sxh bash; | ||
- | git config --global http.proxy | + | git config --global http.proxy http:// |
- | http:// | + | |
</ | </ | ||
+ | |||
+ | Cloner votre projet (remplacer https par http dans l'url du projet), l'url se trouve à l' | ||
+ | |||
+ | <sxh bash> | ||
+ | git clone http:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | A chaque fin d' | ||
+ | - Faire un commit, puis un push pour publier les modifications | ||
+ |