@@ -16,6 +16,8 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
1616
1717## ` .gitconfig ` (Global Git Configuration)
1818
19+ <!-- GITCONFIG_EXAMPLE_START -->
20+
1921``` ini
2022# ====================================================================
2123# Global Git Configuration (Usually ~/.gitconfig)
@@ -46,8 +48,12 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
4648 path = .gitconfig-gitlab
4749```
4850
51+ <!-- GITCONFIG_EXAMPLE_END -->
52+
4953## ` .gitconfig-github ` (GitHub-Specific Configuration)
5054
55+ <!-- GITCONFIG_GITHUB_START -->
56+
5157``` ini
5258# ====================================================================
5359# GitHub-specific Git configuration
@@ -62,8 +68,12 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
6268 email = YOUR_GITHUB_ID+USERNAME@users.noreply.github.com
6369```
6470
71+ <!-- GITCONFIG_GITHUB_END -->
72+
6573## ` .gitconfig-gitlab ` (GitLab-Specific Configuration)
6674
75+ <!-- GITCONFIG_GITLAB_START -->
76+
6777``` ini
6878# ====================================================================
6979# GitLab-specific Git configuration
@@ -78,6 +88,8 @@ You'll need the following configuration files. Replace all `PLACE_HOLDER` values
7888 email = YOUR_GITLAB_ID-USERNAME@users.noreply.gitlab.com
7989```
8090
91+ <!-- GITCONFIG_GITLAB_END -->
92+
8193# How to Verify
8294
83951 . Clone a repository from GitHub/GitLab.
0 commit comments