Skip to content

Commit a2298fe

Browse files
committed
Make Git a proper noun. This way of writing "Git repository" etc. is widely used, example: https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository. Ref readthedocs#9813
1 parent 385eb3f commit a2298fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user/integrations.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(Perhaps reuse this: https://about.readthedocs.com/images/homepage.png)
77
88

9-
Building documentation on every git commit
9+
Building documentation on every Git commit
1010
==========================================
1111

1212
Read the Docs is a *Continuous Documentation Deployment* platform for your software project.
@@ -25,7 +25,7 @@ Continuous Documentation for software projects
2525

2626
Documentation fits into any CI/CD pipeline through the idea and objectives of *Documentation as Code*.
2727
A straight-forward method to achieve this is by maintaining documentation alongside the source code,
28-
meaning that the documentation's life cycle is contained within the same git repository as the source code.
28+
meaning that the documentation's life cycle is contained within the same Git repository as the source code.
2929

3030
When changes happen to the source code, changes should also happen to the documentation.
3131
By managing these changes in the same life cycle,
@@ -41,7 +41,7 @@ Continuous Documentation for all projects
4141

4242
All categories of documentation benefit from being *continuously* built and published through Read the Docs.
4343

44-
If you are managing your documentation in git,
44+
If you are managing your documentation in Git,
4545
you will be able to preview changes and see accepted changes published immediately using :doc:`/pull-requests`.
4646

4747
Automated versioning
@@ -50,10 +50,10 @@ Automated versioning
5050
With Read the Docs' automated CI/CD pipeline, you will be able to fully align your project's **release cycle** with your documentation.
5151
For instance, a new version of a software project can build and publish a new version of its documentation.
5252

53-
Read the Docs is notified of all changes to your git branches and git tags.
53+
Read the Docs is notified of all changes to your Git branches and tags.
5454
When you release a new version for your project,
55-
you are likely also adding a version tag to your git repository.
56-
These git events can be configured to build and publish your documentation automatically with :doc:`/automation-rules`.
55+
you are likely also adding a version tag to your Git repository.
56+
These Git events can be configured to build and publish your documentation automatically with :doc:`/automation-rules`.
5757
If you use a versioning schema, you can configure it as part of the automation process.
5858

5959
Whether you choose to handle versioning automatically or with manual control is up to you.

0 commit comments

Comments
 (0)