-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCITATION.cff
More file actions
33 lines (33 loc) · 1.41 KB
/
CITATION.cff
File metadata and controls
33 lines (33 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cff-version: 1.2.0
message: "If you use this lesson, please cite it as below."
authors:
- given-names: Bruna
family-names: Piereck Moura
affiliation: VIB
orcid: 0000-0001-6691-4233
- given-names: Alexander
family-names: Botzki
affiliation: VIB
orcid: 0000-0001-6691-4233
contact:
- given-names: Alexander
family-names: Botzki
affiliation: VIB
orcid: 0000-0001-6691-4233
title: "Versioning code and documentation with Git & GitHub"
version: v2026.01
doi: ~
date-released: 2026-04-29
keywords:
- Code versioning
- Git
- GitHub
- training material
license: CC-BY
repository-code: https://github.com/vib-tcp/introduction-github/
type: lesson
abstract: "This course is designed for researchers and support staff who are new to version control and want to adopt best practices for managing code and collaborating on scientific projects. As research becomes increasingly computational, using free tools like Git and GitHub is essential for tracking changes, ensuring reproducibility, and working efficiently in teams. In this hands-on session, you will learn how to set up Git, manage your project history, and collaborate using GitHub. By the end of the course, you will be able to confidently use Git from the command line, create and manage repositories, and contribute to shared projects through branching and pull requests."
identifiers:
- type: url
value: https://github.com/vib-tcp/introduction-github/
version: v2026.10