diff options
author | Julian Phillips <julian@quantumfyre.co.uk> | 2008-03-24 03:06:20 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-25 00:00:07 -0700 |
commit | 76ce946294bd17f350c7c0a3927d8986b73ed480 (patch) | |
tree | d9519688c6be04a2e44ec5fe0063aab823eb8bfc /Documentation/git-checkout.txt | |
parent | 995e8df4a9de9cf7c1b98dac922d96dc6606946d (diff) | |
download | git-76ce946294bd17f350c7c0a3927d8986b73ed480.tar.gz |
Documentation/git-checkout: Update summary to reflect current abilities
For a while now, git-checkout has been more powerful than the man-page
summary would suggest (the main text does describe the new features),
so update the summary to hopefully better reflect the current
functionality. Also update the glossary description of the word checkout.
Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r-- | Documentation/git-checkout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 4014e7256d..e11cddbfc9 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -3,7 +3,7 @@ git-checkout(1) NAME ---- -git-checkout - Checkout and switch to a branch +git-checkout - Checkout a branch or paths to the working tree SYNOPSIS -------- |