Skip to content

Commit ff2fbd3

Browse files
Merge pull request #1417 from madeline-underwood/git-WOA
Git WOA_KB to approve
2 parents 3f47fcd + d4efb3b commit ff2fbd3

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/install-guides/git-woa.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,29 @@ Once you have downloaded Git, run the installer `.exe` file on a Windows on Arm
4747

4848
The installer starts.
4949

50-
Click Next to acknowledge the GNU General Public License.
50+
Click **Next** to acknowledge the GNU General Public License.
5151

52-
Set the destination location or accept the default location and click Next.
52+
Set the destination location or accept the default location, and click **Next**.
5353

54-
Continue to click Next for any configuration settings. You can accept all defaults if you are unsure of specific settings.
54+
Continue to click **Next** for the configuration settings. You can accept all defaults if you are unsure of specific settings.
5555

56-
At the end of the install process you see the screen below indicating setup has finished installing Git:
56+
At the end of the install process, you see the screen below indicating setup has finished installing Git:
5757

5858
![Install](/install-guides/_images/git-woa.png)
5959

60-
Click the Finish button to complete installation.
60+
Click the **Finish** button to complete installation.
6161

6262
## How do I use Git on Windows?
6363

64-
You can use Git on Windows from a Command Prompt or using Git Bash, a Linux-like terminal experience which includes Git and many other Linux commands.
64+
You can use Git on Windows from a Command Prompt or using Git Bash.
65+
66+
Git Bash is a Linux-like terminal experience which includes Git and many other Linux commands.
6567

6668
{{% notice Note %}}
6769
Git is not automatically added to your search path during installation.
6870
{{% /notice %}}
6971

70-
To use Git, click the Windows Start button and then click `All apps`.
72+
To use Git, click the Windows **Start** button and then click **All apps**.
7173

7274
You see the Git folder in the G section.
7375

@@ -77,12 +79,12 @@ There are menu items for multiple ways to start Git.
7779

7880
## How can I use Git in a Windows Command Prompt?
7981

80-
Start a Git Command Prompt by selecting `Git CMD` from the start menu.
82+
Start a Git Command Prompt by selecting **Git CMD** from the **Start** menu.
8183

8284
![CMD](/install-guides/_images/git3-woa.png)
8385

8486

85-
To see the help message enter:
87+
To see the help message, enter:
8688

8789
```cmd
8890
git help
@@ -92,11 +94,11 @@ You can use Git from this Command Prompt.
9294

9395
## How can I use Git with Git Bash?
9496

95-
To use Git in a Linux-like environment, select `Git Bash` from the start menu.
97+
To use Git in a Linux-like environment, select **Git Bash** from the start menu.
9698

9799
![CMD](/install-guides/_images/git4-woa.png)
98100

99-
Click the colored icon on the top left corner of the Git Bash window and then click `Options` to change the appearance of the window, including colors, fonts, and font sizes.
101+
Click the colored icon in the top-left corner of the Git Bash window, and then click **Options** to change the appearance of the window, including colors, fonts, and font sizes.
100102

101103
![Options](/install-guides/_images/git5-woa.png)
102104

0 commit comments

Comments
 (0)