SitePresentation:NotesTechniques et SiteDeTest : Différence entre versions
De wiki.gentilsvirus.org
Ligne 4 : | Ligne 4 : | ||
* 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/ |
:: 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 ) | ||
Ligne 11 : | Ligne 11 : | ||
: git clone git@github.com:pierro78/GentilsVirusSite.git | : git clone git@github.com:pierro78/GentilsVirusSite.git | ||
[[Category:SitePresentation]] | [[Category:SitePresentation]] | ||
+ | |||
+ | * pousser des modifs sur github : | ||
+ | : git add . # "liste" les modifs afin de les committer | ||
+ | : git commit -m "commentaire du commit" | ||
+ | : git push |
Version du 21 février 2014 à 15:57
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