Skip to content

Commit af24043

Browse files
authored
Merge pull request #288 from coderefinery/cff
Add CITATION.cff file
2 parents f32b2e2 + 798e8b0 commit af24043

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
message: "If you use this lesson material, please cite it using these metadata."
3+
authors:
4+
- name: "CodeRefinery"
5+
- family-names: "Bast"
6+
given-names: "Radovan"
7+
- family-names: "Wikfeldt"
8+
given-names: "Kjartan Thor"
9+
- family-names: "Hellsvik"
10+
given-names: "Johan"
11+
- family-names: "Darst"
12+
given-names: "Richard"
13+
- family-names: "Razick"
14+
given-names: "Sabry"
15+
- family-names: "Pushpadas"
16+
given-names: "Dhanya"
17+
- family-names: "Lindi"
18+
given-names: "Bjørn"
19+
- family-names: "Pilstål"
20+
given-names: "Robert"
21+
- family-names: "Alim Rasel"
22+
given-names: "Annajiat"
23+
- family-names: "Suvilehto"
24+
given-names: "Jyry"
25+
- family-names: "Fouilloux"
26+
given-names: "Anne"
27+
title: "Collaborative distributed version control"
28+
type: "data"
29+
abstract: "This lesson builds on "Introduction to version control" and we apply branching and learn about pull requests (merge requests), forks, and collaboration using Git and GitHub."
30+
version: 2025-03-19
31+
date-released: 2025-03-19
32+
url: "https://coderefinery.github.io/git-collaborative/"
33+
license: CC-BY-4.0
34+
repository-code: "https://github.com/coderefinery/git-collaborative"

content/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "Collaborative distributed version control"
21-
copyright = "CodeRefinery team"
22-
author = "CodeRefinery team"
21+
copyright = "CodeRefinery contributors"
22+
author = "CodeRefinery contributors"
2323
github_user = "coderefinery"
2424
github_repo_name = "git-collaborative" # auto-detected from dirname if blank
2525
github_version = "main"

0 commit comments

Comments
 (0)