php-rt:git

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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] jcheronphp-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
-  * Faire un fork initial du projet https://github.com/jcheron/M2105-RT +<html><!--  * Faire un fork initial du projet https://github.com/jcheron/M2105-RT-2 --></html>
- +
-A chaque fin d'exercice : +
-  Faire un commit, puis un push pour publier les modifications+
  
 voir [[slam5:collaboration:git]] voir [[slam5:collaboration:git]]
  
 +==== Cloner votre projet forké ====
 +
 +Dans la console GIT : configurer le proxy , en remplaçant  **proxyuser** et **proxypwd** par vos identifiants de connexion :
 <sxh bash;title:configuration du proxy à l'iut> <sxh bash;title:configuration du proxy à l'iut>
-git config --global http.proxy +git config --global http.proxy http://proxyuser:proxypwd@proxy.iutc3.unicaen.fr:3128
- http://proxyuser:proxypwd@proxy.iutc3.unicaen.fr:3128+
 </sxh> </sxh>
 +
 +Cloner votre projet (remplacer https par http dans l'url du projet), l'url se trouve à l'adresse du projet gitHub, elle se termine par **.git**
 +
 +<sxh bash>
 +git clone http://github.com/git-url.git
 +</sxh>
 +
 +
 +A chaque fin d'exercice :
 +  - Faire un commit, puis un push pour publier les modifications
 +
  • php-rt/git.1457546566.txt.gz
  • Dernière modification : il y a 5 ans
  • (modification externe)