add version control to Best Practices chapter#394
Merged
Conversation
| This allows you to retrace your steps when debugging, keep your repository clean, easily collaborate with others asynchronously and more. | ||
| More info: [The Turing Way chapter on Version Control](https://book.the-turing-way.org/reproducible-research/vcs), [RSQkit chapter on Version Control](http://everse.software/RSQKit/version_control). | ||
|
|
||
| **@ NLeSC:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the Project Management Protocol on the intranet). |
Collaborator
There was a problem hiding this comment.
I would suggest adding a hyperlink to "(see the Project Management Protocol on the intranet)" or omitting the statement. I tried googling the phrase and the reference was not clear.
Collaborator
Author
There was a problem hiding this comment.
Good idea! Will do (I'll add it in a force pushed commit).
Collaborator
Author
There was a problem hiding this comment.
Ah, of course this breaks the link checker, because you need access...
Collaborator
Author
There was a problem hiding this comment.
Fixed it, added an exclude of the intranet domain to lychee. @vedran-kasalica ok to merge now?
Note also we started the discussion about this point in a separate issue: #399.
d1d3fb9 to
80b5981
Compare
This was referenced Dec 4, 2024
3e6b2a0 to
c1bb8c6
Compare
vedran-kasalica
approved these changes
Dec 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #376.