Luogo per slides collaborative e online, scritte in markdown.
- Copia cartella esistente nel repo in locale.
- Cambia nome cartella, modifica metadati
index.html, lavora su quello.
-
Per feedback immediati sul layout, apri
index.htmlcon il browser. -
Ogni tanto, fai il commit delle modifiche al file. Prima al
master, ma soprattutto algh-pages:git add .orgit add *git status // to see what changes are going to be commitedgit commit -m 'Some descriptive commit message'git push origin mastergit checkout gh-pages// go to thegh-pages branchgit rebase master// bringgh-pagesup to date withmastergit push origin gh-pages// commit the changesgit checkout master// return to themasterbranch