Skip to content

Commit 26b4c1c

Browse files
authored
Adjust run-on sentence
1 parent 06dd8a9 commit 26b4c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/05_local_git_configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ git config --global user.email "you@email.com"
5656

5757
#### Git Config and Your Privacy
5858

59-
The instructions for this exercise use the `--global` flag when identifying your `user.name` and `user.email` configuration settings. If you are currently using a computer without a private, personal account, don't apply the `--global` flag so the settings will only be stored in our assignment repository. If you work in another repository on this same computer, you will need to set these configuration options again.
59+
The instructions for this exercise use the `--global` flag when identifying your `user.name` and `user.email` configuration settings. If you are currently using a computer without a private, personal account, don't apply the `--global` flag. This way, the settings will only be stored in our assignment repository. If you work in another repository on this same computer, you will need to set these configuration options again.
6060

6161
> For example:
6262
> ```sh

0 commit comments

Comments
 (0)