SitePresentation:NotesTechniques et SiteDeTest : Différence entre versions
De wiki.gentilsvirus.org
Ligne 6 : | Ligne 6 : | ||
* Site de reference : http://gentilsvirus.org | * Site de reference : http://gentilsvirus.org | ||
:: Le repository git du site de reference : https://github.com/swergas/GentilsVirusSite | :: Le repository git du site de reference : https://github.com/swergas/GentilsVirusSite | ||
− | * Un site de test http://testgentilsvirus.changeip.org/ | + | * Un site de test : http://testgentilsvirus.changeip.org/ |
:: Le repository git du site reference : https://github.com/pierro78/GentilsVirusSite ( fork de https://github.com/swergas/GentilsVirusSite ) | :: Le repository git du site reference : https://github.com/pierro78/GentilsVirusSite ( fork de https://github.com/swergas/GentilsVirusSite ) | ||
Version du 21 février 2014 à 15:59
quelques informations figurent ici : Organisation:Proposition pour site internet
- notamment une courte introduction à wikipediafr:git se trouve dans https://github.com/loomio/loomio/wiki/2-Development-process
- Site de reference : http://gentilsvirus.org
- Le repository git du site de reference : https://github.com/swergas/GentilsVirusSite
- Un site de test : http://testgentilsvirus.changeip.org/
- Le repository git du site reference : https://github.com/pierro78/GentilsVirusSite ( fork de https://github.com/swergas/GentilsVirusSite )
- creer un clone d'un repository github :
- git clone git@github.com:pierro78/GentilsVirusSite.git
- pousser des modifs sur github :
- git add . # "liste" les modifs afin de les committer
- git commit -m "commentaire du commit"
- git push