UtrechtUniversity / workshop-computational-reproducibility

Material for the workshop 'Best Practices for Writing Reproducible Code'
https://utrechtuniversity.github.io/workshop-computational-reproducibility/
Other
8 stars 13 forks source link

review git & github preparation #54

Open nehamoopen opened 3 months ago

nehamoopen commented 3 months ago

Section 7.1.4.3 doesn't have code snippets and redirects to the GitHub Docs, we should update it because:

Start the SSH agent:

eval "$(ssh-agent -s)"

Add private SSH key to ssh-agent:

ssh-add ~/.ssh/id_ed25519

nehamoopen commented 1 month ago

It would be good to review the whole preparation chapter. We could potentially incorporate callout blocks to provide a brief explanation of what the students are actually doing / dealing with at a given step, kind of like what we would say if we were taking someone through the steps in person.