Skip to content

Commit 537334c

Browse files
authored
Merge pull request #475 from coderefinery/cff
Add CITATION.cff
2 parents 74b4adf + ecc61d8 commit 537334c

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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: "Darst"
10+
given-names: "Richard"
11+
- family-names: "Razick"
12+
given-names: "Sabry"
13+
- family-names: "Iusan"
14+
given-names: "Diana"
15+
- family-names: "Lindi"
16+
given-names: "Bjørn"
17+
- family-names: "Andrei"
18+
given-names: "Constantin-Octavian"
19+
- family-names: "Suvilehto"
20+
given-names: "Jyry"
21+
- family-names: "Fasshauer"
22+
given-names: "Elke"
23+
title: "Introduction to version control"
24+
type: "data"
25+
abstract: "Why we want to track versions and how to go back in time to a working version. This lesson brings you from zero to using Git and GitHub for own projects."
26+
version: 2025-03-19
27+
date-released: 2025-03-19
28+
url: "https://coderefinery.github.io/git-intro/"
29+
license: CC-BY-4.0
30+
repository-code: "https://github.com/coderefinery/git-intro"

content/conf.py

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

2121
project = "Introduction to version control with Git"
22-
copyright = "CodeRefinery project"
23-
author = "CodeRefinery project"
22+
copyright = "CodeRefinery contributors"
23+
author = "CodeRefinery contributors"
2424
github_user = "coderefinery"
2525
github_repo_name = "git-intro" # auto-detected from dirname if blank
2626
github_version = "main"

0 commit comments

Comments
 (0)