From 05e3a425671ba390d47ad100e1d07727ac5b8187 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:15:09 +0200 Subject: [PATCH 1/5] Create CITATION.cff --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..3918a8d3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +cff-version: 1.2.0 +message: "If you use this lesson material, please cite it using these metadata." +authors: +- name: "CodeRefinery" +- family-names: "Bast" + given-names: "Radovan" +- family-names: "Wikfeldt" + given-names: "Kjartan Thor" +- family-names: "Darst" + given-names: "Richard" +- family-names: "Razick" + given-names: "Sabry" +- family-names: "Iusan" + given-names: "Diana" +- family-names: "Lindi" + given-names: "Bjørn" +- family-names: "Andrei" + given-names: "Constantin-Octavian" +title: "Introduction to version control" +type: "data" +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." +version: 2025-02-26 +date-released: 2025-02-26 +url: "https://coderefinery.github.io/git-intro/" +license: CC-BY-4.0 +repository-code: "https://github.com/coderefinery/git-intro" From db38d5804f1174d4749688b790989fe29332b3bc Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:31:13 +0200 Subject: [PATCH 2/5] update copyright notice to contributors --- content/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conf.py b/content/conf.py index 8f9fbbc0..bf17fc12 100644 --- a/content/conf.py +++ b/content/conf.py @@ -19,8 +19,8 @@ # -- Project information ----------------------------------------------------- project = "Introduction to version control with Git" -copyright = "CodeRefinery project" -author = "CodeRefinery project" +copyright = "CodeRefinery contributors" +author = "CodeRefinery contributors" github_user = "coderefinery" github_repo_name = "git-intro" # auto-detected from dirname if blank github_version = "main" From ccbcaebdea123a32d6b28b030ac46987b377985a Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:37:34 +0200 Subject: [PATCH 3/5] Add Jyri Co-authored-by: Radovan Bast --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 3918a8d3..e61d53cc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,6 +16,8 @@ authors: given-names: "Bjørn" - family-names: "Andrei" given-names: "Constantin-Octavian" +- family-names: "Suvilehto" + given-names: "Jyry" title: "Introduction to version control" type: "data" 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." From 89cdd58eb00dfd17fdf5076d7b0783d0a6aa4b73 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:39:22 +0200 Subject: [PATCH 4/5] add elke --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index e61d53cc..fc3a9269 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,6 +18,8 @@ authors: given-names: "Constantin-Octavian" - family-names: "Suvilehto" given-names: "Jyry" +- family-names: "Fasshauer" + given-names: "Elke" title: "Introduction to version control" type: "data" 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." From ecc61d882c915f6bcaa3b0f9b0bfe677753e68c9 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:59:37 +0200 Subject: [PATCH 5/5] update date --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index fc3a9269..338a6c7a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,8 +23,8 @@ authors: title: "Introduction to version control" type: "data" 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." -version: 2025-02-26 -date-released: 2025-02-26 +version: 2025-03-19 +date-released: 2025-03-19 url: "https://coderefinery.github.io/git-intro/" license: CC-BY-4.0 repository-code: "https://github.com/coderefinery/git-intro"