Questions tagged [version-control]
Questions regarding the use of systems that can track the changes over time in code or documents.
24 questions
12
votes
4
answers
2k
views
Best practices for maintaining and versioning a laboratory notebook?
I'll begin a Master's in Chemistry this year and have promised to deliver a version-controlled laboratory notebook at the end of my studies (ca. 2 years). I have deployed a similar one in my Bachelor'...
1
vote
2
answers
203
views
Git workflow for slightly different versions of article
I use git for my LaTeX-coded articles, but I'm a novice when it comes to version control. The only real use I've gotten out of it is retrieving an old version of a paragraph or sentence that has been ...
2
votes
1
answer
728
views
bioRxiv - Are previous versions still available to read after revisions?
When a revision of a manuscript is submitted to bioRxiv, is the previous version still available to be viewed? If so, is it possible to hide some of the previous versions?
7
votes
4
answers
1k
views
Can version control protect students against allegations of ChatGPT use?
There is a Guardian article about the dilemma when there has been possible use on generative AI to create student essays. It presents it as a hard problem for students to prove they really authored a ...
5
votes
1
answer
132
views
Maintaining a Public Handbook: Collaborative editing, online viewing, plus good-quality PDF output?
This is a question for anyone who has had to maintain a set of guidelines or handbook which might be fairly long (book-length) with multiple sections. The ideal case would be a system where revisions ...
4
votes
3
answers
4k
views
Git repo in shared folder or multiple cloned repos in each researcher individual folder for collaborative data analysis? [closed]
We are four social scientists working on a dataset that is in a secure server accessible via remote desktop. We have a shared folder where we put our code and datasets:
root
-functions
-data
-...
5
votes
2
answers
827
views
Exposing my writing in a public git repository after publication?
I use private git repositories to manage the code I use for projects. After I publish a paper, I like to make the code available by making the repository public. My field is Geography/GIScience, and ...
4
votes
1
answer
448
views
Using a public GIT-Hub repository (that was a homework of my group) in my Bachelor thesis
I have a question concerning my special case.
In my bachelor thesis, I must implement a CI (e.g. Jenkins) server and show its functionality based on a sample project. This work is handed to other ...
25
votes
14
answers
2k
views
Should I suggest to use version control for writing a paper with new collaborators?
I will soon write a new article with new collaborators (my first paper with other people, I'm in math). For some context, I know one of them well, but I've never met the others in person.
I use Git ...
19
votes
3
answers
4k
views
Can version control systems, like Git, be used to establish priority date of a paper?
Are systems like Git robust enough so that if questions arises about a paper's priority, it would prove or substantiate a claim to have a VCS log?
4
votes
1
answer
631
views
What tool or process can I use to see revisions on papers I am grading?
Like many professors, I ask for drafts of papers of more than a few pages (1500+ words). I provide comments focused on content. (I might make occasional corrections to grammar or word choice--...
15
votes
5
answers
4k
views
Private Git repositories for students, that don't become public later
Note: This question was asked before GitHub offered free private repositories.
Short version of my question: Is there a good way to provide students with free, private, Github-like git repositories, ...
4
votes
3
answers
497
views
GitLab Project or Group for version control of 2 subprojects in my thesis, which consists of code and the latex report?
If I need to version control my thesis, which contains my latex report and code, should I create a Group with two separate projects (code and latex) or should I create one repository called thesis ...
3
votes
0
answers
63
views
Best practice in versioning / backing up work? [duplicate]
When I work on a paper I end up with folders paperXYZ, paperXYZ_R1, paperXYZ_R2, etc. Same thing happens with my code, project material, etc. This creates clattering and confusion. In addition, I need ...
2
votes
1
answer
252
views
How to integrate partial version control, data exchange and research assistants?
Currently, my coauthors and I use GitHub to collaborate in coding and writing but also in data exchange. We have a lot of data, often not in text format (e.g. pdf). Most of this is collected by ...