From 5488b833e51c8c456a61ac72981b6f19d9ab1a88 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:58:24 +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 0000000..60df210 --- /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: "Hellsvik" + given-names: "Johan" +- family-names: "Darst" + given-names: "Richard" +- family-names: "Razick" + given-names: "Sabry" +- family-names: "Pushpadas" + given-names: "Dhanya" +- family-names: "Lindi" + given-names: "Bjørn" +title: "Collaborative distributed version control" +type: "data" +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." +version: 2025-02-26 +date-released: 2025-02-26 +url: "https://coderefinery.github.io/git-collaborative/" +license: CC-BY-4.0 +repository-code: "https://github.com/coderefinery/git-collaborative" From f2b40435000090b225b60c4550d9b922f6797c9c Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:03:56 +0200 Subject: [PATCH 2/5] add early contributor --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 60df210..cebf910 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,6 +16,8 @@ authors: given-names: "Dhanya" - family-names: "Lindi" given-names: "Bjørn" +- family-names: "Pilstål" + given-names: "Robert" title: "Collaborative distributed version control" type: "data" 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." From e4177775c11dc980ef020333cfa3658a6f5c0b5a Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:31:52 +0200 Subject: [PATCH 3/5] Copyright to contributors --- content/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conf.py b/content/conf.py index b7daf6f..99f47f4 100644 --- a/content/conf.py +++ b/content/conf.py @@ -18,8 +18,8 @@ # -- Project information ----------------------------------------------------- project = "Collaborative distributed version control" -copyright = "CodeRefinery team" -author = "CodeRefinery team" +copyright = "CodeRefinery contributors" +author = "CodeRefinery contributors" github_user = "coderefinery" github_repo_name = "git-collaborative" # auto-detected from dirname if blank github_version = "main" From dc3a13a45f52ee94789ccb665111796760b29c03 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:43:59 +0200 Subject: [PATCH 4/5] add latest authors --- CITATION.cff | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index cebf910..e1526d6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,6 +18,12 @@ authors: given-names: "Bjørn" - family-names: "Pilstål" given-names: "Robert" +- family-names: "Alim Rasel" + given-names: "Annajiat" +- family-names: "Suvilehto" + given-names: "Jyry" +- family-names: "Fouilloux" + given-names: "Anne" title: "Collaborative distributed version control" type: "data" 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." From 798e8b0f695436dd3843d579d720fac2f33c5268 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:00:19 +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 e1526d6..0390a2e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,8 +27,8 @@ authors: title: "Collaborative distributed version control" type: "data" 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." -version: 2025-02-26 -date-released: 2025-02-26 +version: 2025-03-19 +date-released: 2025-03-19 url: "https://coderefinery.github.io/git-collaborative/" license: CC-BY-4.0 repository-code: "https://github.com/coderefinery/git-collaborative"