diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 4cb9d555b4..dcff44196d 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -146,14 +146,16 @@ on your side branch as `theirs` (i.e. "one contributor's work on top of it"). -b :: - Create a new branch named `` and start it at - ``; see linkgit:git-branch[1] for details. + Create a new branch named ``, start it at + ``, and check the resulting branch out; + see linkgit:git-branch[1] for details. -B :: - Creates the branch `` and start it at ``; - if it already exists, then reset it to ``. This is - equivalent to running "git branch" with "-f"; see - linkgit:git-branch[1] for details. + Creates the branch ``, start it at ``; + if it already exists, then reset it to ``. And then + check the resulting branch out. This is equivalent to running + "git branch" with "-f" followed by "git checkout" of that branch; + see linkgit:git-branch[1] for details. -t:: --track[=(direct|inherit)]::