Skip to content

Commit 363531b

Browse files
parkerbxyzCopilot
andauthored
docs: capitalize Git as a proper noun in README (#374)
Capitalizes "Git" in three README locations where it refers to the version control system as a proper noun; lowercase `git` command invocations are unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd28011 commit 363531b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
github_token: ${{ steps.app-token.outputs.token }}
6565
```
6666

67-
### Create a git committer string for an app installation
67+
### Create a Git committer string for an app installation
6868

6969
```yaml
7070
on: [pull_request]
@@ -89,7 +89,7 @@ jobs:
8989
- run: echo "committer string is ${{ steps.committer.outputs.string }}"
9090
```
9191

92-
### Configure git CLI for an app's bot user
92+
### Configure Git CLI for an app's bot user
9393

9494
```yaml
9595
on: [pull_request]
@@ -116,7 +116,7 @@ jobs:
116116
gh auth setup-git
117117
env:
118118
GH_TOKEN: ${{ steps.app-token.outputs.token }}
119-
# git commands like commit and push work using the bot user
119+
# Git commands like commit and push work using the bot user
120120
- run: |
121121
git add .
122122
git commit -m "Auto-generated changes"

0 commit comments

Comments
 (0)