diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-11 16:21:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-11 16:21:56 -0700 |
commit | 8de7e9c07e199bd4d856a9360f8865f0d5fde3eb (patch) | |
tree | f36b8162b662a4bc580408182ebfd6abb5990461 /Documentation | |
parent | 8c372fb01dcd9da5e0e538943cc173941c03ef2d (diff) | |
parent | 2feaf4e977c5e7392ef42689b34d60c4d2f40f4f (diff) | |
download | git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.gz git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.xz |
Merge branch 'maint'
* maint:
fix typo in tutorial
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gittutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 9563a632e..d465aab64 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -114,7 +114,7 @@ newly modified content to the index. Finally, commit your changes with: $ git commit ------------------------------------------------ -This will again prompt your for a message describing the change, and then +This will again prompt you for a message describing the change, and then record a new version of the project. Alternatively, instead of running `git add` beforehand, you can use |