Skip to content

Commit ad51db4

Browse files
Update README for Git configuration sections
1 parent da6bcfe commit ad51db4

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
2222

2323
<!-- _The most up-to-date config version is now here: https://github.com/anydigital/git-commit-email-privacy_ -->
2424

25-
### `.gitconfig` (Global Git Configuration)
25+
### `.gitconfig`
2626

2727
```ini:.gitconfig.example
2828
# ====================================================================
@@ -56,11 +56,9 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
5656
5757
```
5858

59-
### `.gitconfig-github` (GitHub-Specific Configuration)
59+
### `.gitconfig-github`
6060

61-
<!-- GITCONFIG_GITHUB_START -->
62-
63-
```ini
61+
```ini:.gitconfig-github
6462
# ====================================================================
6563
# GitHub-specific Git configuration
6664
#
@@ -73,13 +71,9 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
7371
email = YOUR_GITHUB_ID+USERNAME@users.noreply.github.com
7472
```
7573

76-
<!-- GITCONFIG_GITHUB_END -->
77-
78-
### `.gitconfig-gitlab` (GitLab-Specific Configuration)
74+
### `.gitconfig-gitlab`
7975

80-
<!-- GITCONFIG_GITLAB_START -->
81-
82-
```ini
76+
```ini:.gitconfig-gitlab
8377
# ====================================================================
8478
# GitLab-specific Git configuration
8579
#
@@ -92,8 +86,6 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
9286
email = YOUR_GITLAB_ID-USERNAME@users.noreply.gitlab.com
9387
```
9488

95-
<!-- GITCONFIG_GITLAB_END -->
96-
9789
## How to Verify
9890

9991
1. Clone a repository from GitHub/GitLab.

0 commit comments

Comments
 (0)