You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/git-woa.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,27 +47,29 @@ Once you have downloaded Git, run the installer `.exe` file on a Windows on Arm
47
47
48
48
The installer starts.
49
49
50
-
Click Next to acknowledge the GNU General Public License.
50
+
Click **Next** to acknowledge the GNU General Public License.
51
51
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**.
53
53
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.
55
55
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:
57
57
58
58

59
59
60
-
Click the Finish button to complete installation.
60
+
Click the **Finish** button to complete installation.
61
61
62
62
## How do I use Git on Windows?
63
63
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.
65
67
66
68
{{% notice Note %}}
67
69
Git is not automatically added to your search path during installation.
68
70
{{% /notice %}}
69
71
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**.
71
73
72
74
You see the Git folder in the G section.
73
75
@@ -77,12 +79,12 @@ There are menu items for multiple ways to start Git.
77
79
78
80
## How can I use Git in a Windows Command Prompt?
79
81
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.
81
83
82
84

83
85
84
86
85
-
To see the help message enter:
87
+
To see the help message, enter:
86
88
87
89
```cmd
88
90
git help
@@ -92,11 +94,11 @@ You can use Git from this Command Prompt.
92
94
93
95
## How can I use Git with Git Bash?
94
96
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.
96
98
97
99

98
100
99
-
Click the colored icon on the topleft 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.
0 commit comments