diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-20 12:53:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-20 12:53:08 -0700 |
commit | 7d61b31b67a470c7008a989901d3efa1e6533dbe (patch) | |
tree | 93e5afaee66b77ced3d04a7c90f96cb41e8367d3 /Documentation/git-reset.txt | |
parent | 09c6a8e66cfe51400e6e7d5086266195c7ef62bf (diff) | |
parent | 6b677a28ffded042da18e3aefbb01d28e4a1b11b (diff) | |
download | git-7d61b31b67a470c7008a989901d3efa1e6533dbe.tar.gz git-7d61b31b67a470c7008a989901d3efa1e6533dbe.tar.xz |
Merge branch 'vs/doc-spell' into maint
* vs/doc-spell:
Documentation: spelling fixes
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 b04d129b3..9cf31485f 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -256,7 +256,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. + ------------ |