1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Fix for blank lines around code fences (#38255)

This commit is contained in:
Grace Park
2023-06-26 10:21:48 -07:00
committed by GitHub
parent a4913b5935
commit a8a6e4554a
272 changed files with 1552 additions and 2 deletions

View File

@@ -23,11 +23,13 @@ Changing the name associated with your Git commits using `git config` will only
{% data reusables.command_line.open_the_multi_os_terminal %}
2. {% data reusables.user-settings.set_your_git_username %}
```shell
git config --global user.name "Mona Lisa"
```
3. {% data reusables.user-settings.confirm_git_username_correct %}
```shell
$ git config --global user.name
> Mona Lisa
@@ -40,11 +42,13 @@ Changing the name associated with your Git commits using `git config` will only
2. Change the current working directory to the local repository where you want to configure the name that is associated with your Git commits.
3. {% data reusables.user-settings.set_your_git_username %}
```shell
git config user.name "Mona Lisa"
```
3. {% data reusables.user-settings.confirm_git_username_correct %}
```shell
$ git config user.name
> Mona Lisa