diff options
author | Linus Torvalds <torvalds@osdl.org> | 2005-07-26 20:04:22 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-27 11:53:49 -0700 |
commit | f3157244314a66b6293af2f6a283a596367dc80e (patch) | |
tree | b3e37506df3415d3eda43dc3512f9163f9c34187 /Documentation/tutorial.txt | |
parent | 54c6870ebf4c364dd809a1a58eb8485855344812 (diff) | |
download | git-f3157244314a66b6293af2f6a283a596367dc80e.tar.gz |
Tutorial typofix.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r-- | Documentation/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index ede48ebc31..74e2e0a3f0 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -763,7 +763,7 @@ which will very loudly warn you that you're now committing a merge message about your adventures in git-merge-land. After you're done, start up "gitk --all" to see graphically what the -history looks like. Notive that "mybranch" still exists, and you can +history looks like. Notice that "mybranch" still exists, and you can switch to it, and continue to work with it if you want to. The "mybranch" branch will not contain the merge, but next time you merge it from the "master" branch, git will know how you merged it, so you'll not |