You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From user feedback: several users are having trouble understanding the
difference between `-b` and `-B` ("I think it's because my brain expects
it to contrast with `-b`, but instead it starts off explaining how
they're the same").
Also, in `-B`, 2 users can't tell what the branch is reset *to*.
To fix all of these, split `-B` out and describe `-B` as "it's the same
as `-b`, except...". Move all of the other contents of `-B` to `-b`.
Update the example of why `git checkout -b` might fail so that it's
appropriate for `-b`, explain what `<start-point>` for `-b` means,
and (now that we've added extra information to `-b`) move some of
unnecessary detail about `--track` down to the OPTIONS section.
Signed-off-by: Julia Evans <[email protected]>
0 commit comments