We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556593 commit 70b01a6Copy full SHA for 70b01a6
CITATION.cff
@@ -0,0 +1,29 @@
1
+# This CITATION.cff file was generated with cffinit.
2
+# Visit https://bit.ly/cffinit to generate yours today!
3
+
4
+cff-version: 1.2.0
5
+title: Pro Git
6
+message: >-
7
+ If you use this software, please cite it using the
8
+ metadata from this file.
9
+type: software
10
+authors:
11
+ - given-names: Scott
12
+ family-names: Chacon
13
+ email: [email protected]
14
+ - given-names: Ben
15
+ family-names: Straub
16
17
+identifiers:
18
+ - type: url
19
+ value: 'https://git-scm.com/book/en/v2'
20
+ description: Pro Git website
21
+repository-code: 'https://github.com/progit/progit2'
22
+url: 'https://git-scm.com/book/en/v2'
23
+keywords:
24
+ - git
25
+ - book
26
+ - asciidoc
27
+ - pro-git
28
+license: CC-BY-NC-SA-3.0
29
+version: '2'
0 commit comments