- faire une copie locale :
-
configurer tout selon https://help.github.com/articles/set-up-git/
-
puis au choix :
$ git clone [email protected]:randriam/gt-vaches.git
ou
$ git clone https://github.com/randriam/gt-vaches
-
aller dans le dossier gt-vaches
$ cd gt-vaches
-
choisir la branche gh-pages :
$ git checkout gh-pages
-
ensuite on travaille dans gt-vaches
et ses sous-dossiers
-
recuperer les derniers changements
$ git pull
-
editer les fichiers
-
si besoin ajouter ou enlever un fichier
$ git add fichier
et
$ git rm fichier
-
commiter les modifs
$ git commit -a
-
les renvoyer vers github
$ git push origin gh-pages