Skip to content

Commit ae25c67

Browse files
ArjenLJunio C Hamano
authored andcommitted
usermanual.txt: some capitalization nits
Signed-off-by: Arjen Laarhoven <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 19eba15 commit ae25c67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/user-manual.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ $ git commit
10151015
-------------------------------------------------
10161016

10171017
[[how-to-make-a-commit]]
1018-
how to make a commit
1018+
How to make a commit
10191019
--------------------
10201020

10211021
Creating a new commit takes three steps:
@@ -1109,7 +1109,7 @@ $ git diff # difference between the index file and your
11091109
$ git status # a brief per-file summary of the above.
11101110
-------------------------------------------------
11111111

1112-
creating good commit messages
1112+
Creating good commit messages
11131113
-----------------------------
11141114

11151115
Though not required, it's a good idea to begin the commit message
@@ -1119,7 +1119,7 @@ description. Tools that turn commits into email, for example, use
11191119
the first line on the Subject line and the rest of the commit in the
11201120
body.
11211121

1122-
how to merge
1122+
How to merge
11231123
------------
11241124

11251125
You can rejoin two diverging branches of development using
@@ -1298,7 +1298,7 @@ the different stages of that file will be "collapsed", after which
12981298
git-diff will (by default) no longer show diffs for that file.
12991299

13001300
[[undoing-a-merge]]
1301-
undoing a merge
1301+
Undoing a merge
13021302
---------------
13031303

13041304
If you get stuck and decide to just give up and throw the whole mess

0 commit comments

Comments
 (0)