diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-07-20 00:17:17 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-20 16:59:17 -0700 |
commit | 6b677a28ffded042da18e3aefbb01d28e4a1b11b (patch) | |
tree | 83c264fd63e96280937313cd3cce4555fa622acd /Documentation/git-reset.txt | |
parent | 77b5be2abab69a69618dd40a6ca8b754388b8216 (diff) | |
download | git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.gz |
Documentation: spelling fixes
[jc: with wording changes from Jonathan Nieder]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r-- | Documentation/git-reset.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 645f0c1748..a9d287f629 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -355,7 +355,7 @@ Keep changes in working tree while discarding some previous commits:: Suppose you are working on something and you commit it, and then you continue working a bit more, but now you think that what you have in your working tree should be in another branch that has nothing to do -with what you commited previously. You can start a new branch and +with what you committed previously. You can start a new branch and reset it while keeping the changes in your work tree. + ------------ |