Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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"
- 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."
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"
4 changes: 2 additions & 2 deletions content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading