From 00b32a01db6ac0d2b62275e4ba42bd0add7858fe Mon Sep 17 00:00:00 2001 From: Nazwa Shabrina Zain <161173839+aflacake@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:23:14 +0700 Subject: [PATCH] Small Changes (#36160) --- .../getting-started-with-git/setting-your-username-in-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/setting-your-username-in-git.md b/content/get-started/getting-started-with-git/setting-your-username-in-git.md index 19e1db2a8d34..89e3f9b2a7a2 100644 --- a/content/get-started/getting-started-with-git/setting-your-username-in-git.md +++ b/content/get-started/getting-started-with-git/setting-your-username-in-git.md @@ -18,7 +18,7 @@ You can change the name that is associated with your Git commits using the `git Changing the name associated with your Git commits using `git config` will only affect future commits and will not change the name used for past commits. -## Setting your Git username for _every_ repository on your computer +## Setting your Git username for every repository on your computer {% data reusables.command_line.open_the_multi_os_terminal %}