forked from pluralsight/git-internals-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.yml
43 lines (39 loc) · 1.19 KB
/
doc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-FileCopyrightText: 2023-2024 Robin Vobruba <hoijui.quaero@gmail.com>
#
# SPDX-License-Identifier: CC-BY-SA-3.0
---
# See Metadata variables
title: |
![Git Internals book cover](artwork/title.svg){width=100%}
#
# Git Internals
# The `${KEY}` placeholders are supplied their final value by MoVeDo
subtitle: |
*version:* [${PROJECT_VERSION}](${PROJECT_VERSION_URL})
# **Source code control and beyond**
#
version: "${PROJECT_VERSION}"
date: "${PROJECT_VERSION_DATE}"
#author: Scott Chacon & **the community**
lang: en-US
charset: UTF-8
abstract: |
This document explains the internal workings
of the Git source code control system.
It was originally written by [Scott Chacon](https://github.com/schacon)
and published at PeepCode (now a part of Pluralsight).
Scott and [Pluralsight](http://pluralsight.com/training)
have generously open sourced it.
It is now maintained by the community - including you!
license: CC-BY-SA-3.0
keywords:
- git
- version control
subject: Learning about Git
category: User-Guide
papersize: a4
geometry: "top=2cm,bottom=2cm,left=3cm,right=3cm"
description: >
This document explains the internal workings
of the Git source code control system.
---