Table des matières

Pronote : publier le projet sur GitHub

Mémo

Cloner un dépôt :

$ git clone https://github.com/SIOHackathlon/Visite.git

Publier

$ git clone https://github.com/SIOHackathlon/stagePronote.git
$ git init
$ git add --all
</code
  * faire un commit des fichiers avec un message
<code>
$ git commit -m 'Version 0 à la date du ...'
git remote add stagePronote https://github.com/SIOHackathlon/stagePronote.git
$ git push stagePronote master