Skip to content

Commit

Permalink
usermanual.txt: some capitalization nits
Browse files Browse the repository at this point in the history
Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Arjen Laarhoven authored and Junio C Hamano committed Apr 7, 2007
1 parent 19eba15 commit ae25c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ $ git commit
-------------------------------------------------

[[how-to-make-a-commit]]
how to make a commit
How to make a commit
--------------------

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

creating good commit messages
Creating good commit messages
-----------------------------

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

how to merge
How to merge
------------

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

[[undoing-a-merge]]
undoing a merge
Undoing a merge
---------------

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

0 comments on commit ae25c67

Please sign in to comment.