AbdnCHDS / Intro2HDS_2024

Tracker for the Intro to Health Data Science course 2024
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Sophie Charlotte Zeiz PU5058 #2

Open CharlotteZeiz opened 3 days ago

CharlotteZeiz commented 3 days ago

Hello everyone! Please use this checklist over the next few weeks as you go through your health data science journey :tada:. Tick each item as your complete it!


Week 2: Your first repository

Week 4: Rmarkdown

Week 5: Practical: reading data in R

Week 6-10: Your project Now that you have become familiar with GitHub, you can start using it to prepare your report, and get help and feedback from your group members.

CharlotteZeiz commented 3 days ago

This is the link to my repository.

https://github.com/CharlotteZeiz/Repo-IntroHDS-Charlotte


Step 4 and 5 where a bit confusing for me. I created a word document and added it in the web version github (via the add file button next to the green code button) Then i added a sentence to the document (in word) and pushed the change from the desktopversion. Was this the right way to do it? If i view the history now i can only see the version of the document with the extra senctence. I thought there would be the first version of the document as an anchorpoint like explained in the video. Can someone tell me what i did wrong? Thanks

dblana commented 3 days ago

Hi Sophie, the word document you added appears to be called "Add a new file in your local repository, commit the file addition, and push it to the remote repository on GitHub.docx"... is that right? As docx is a binary format, github cannot easily show the comparison of the different versions. If you used a text file (e.g. a markdown file with the extension .md - similar to the Readme file), you'd be able to see the comparison. But in terms of adding a file / making a change, you've done it correctly, well done! 🥳