forked from progit/progit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (28 loc) · 693 Bytes
/
CITATION.cff
File metadata and controls
29 lines (28 loc) · 693 Bytes
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Pro Git
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Scott
family-names: Chacon
email: schacon@gmail.com
- given-names: Ben
family-names: Straub
email: ben@straub.cc
identifiers:
- type: url
value: 'https://git-scm.com/book/en/v2'
description: Pro Git website
repository-code: 'https://github.com/progit/progit2'
url: 'https://git-scm.com/book/en/v2'
keywords:
- git
- book
- asciidoc
- pro-git
license: CC-BY-NC-SA-3.0
version: '2'