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/gittutorial.txt | |
| parent | git-cvsimport: do not fail when CVSROOT is / (diff) | |
| parent | fix typo in tutorial (diff) | |
| download | git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.gz git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.zip | |
Merge branch 'maint'
* maint:
fix typo in tutorial
Diffstat (limited to 'Documentation/gittutorial.txt')
| -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 9563a632eb..d465aab64e 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 |
