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
This would make the git checkout example clearer, when you git checkout bb92e0e like it suggests. Right now the only difference from git checkout master is the “Current Branch” text at the top left of the visualization, which is easily missed.
This would also make the git checkout -b example clearer. If you git checkout -b foo and git checkout -b bar, it looks like HEAD is just another branch, but colored green because it’s the most important.
This would make the
git checkout
example clearer, when yougit checkout bb92e0e
like it suggests. Right now the only difference fromgit checkout master
is the “Current Branch” text at the top left of the visualization, which is easily missed.This would also make the
git checkout -b
example clearer. If yougit checkout -b foo
andgit checkout -b bar
, it looks likeHEAD
is just another branch, but colored green because it’s the most important.It could look something like this:
Current Branch: master
Current Branch: detached HEAD
The text was updated successfully, but these errors were encountered: