travailler-preparation-DanielaKrebber

travailler-preparation-DanielaKrebber created by GitHub Classroom

Daniela Krebber

MyPicture

Ce dépôt destiné à la classe GitHub Cours-R contient des ressources pour les étudiants:

Instructions

Copiez et adaptez à vos besoins le fichier Packages.R

Modifiez le fichier README.md :

Mettez à jour le dépôt :

Résultat attendu : le site https://cours-r.github.io/travailler-preparation-GitHubID (où GitHubID est votre identifiant GitHub) doit afficher vos nom et photo.

Support de cours

Read me

needs to exist in the docs and maybe also in the racine - but it doesn’t seem like that

Publish your website

This is how you can publish your github website:

  1. Go within settings to Github pages
  2. Choose the master branch and docs that you created instead of root
  3. The read me and images should be placed in the docs folder so that it is displayed correctly
  4. You can also select a theme for you site here

Publish Website

  1. Then add your website on your github repository page by copy pasting the link into About -> settings -> website

Add Website

Important info when creating a new project with version control from scratch

When creating a new project with version control - empty one - no branch selected.. this poses problems so do a comit then there it is named the branch click on branch name it as well master like the branch shown - then write REmote Name origin and paste in the Remote URL Remote in new branch selected none… then choose add and select overwrite as the master branch already existed before. Or just clone a new repository and copy paste your preexisting project inside - like I am always doing.