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
git bisect end is no longer valid. Now git bisect reset seems to fulfil this role, with the option of checking out a specific commit. I'm not familiar with how git bisect end behaved, so not sure what the exact equivalent is in the current version of git.
May be good to add that the git bisect reset command can be used to check out the problem commit, as well as returning to the previous HEAD by default.
The text was updated successfully, but these errors were encountered:
git bisect end
is no longer valid. Nowgit bisect reset
seems to fulfil this role, with the option of checking out a specific commit. I'm not familiar with howgit bisect end
behaved, so not sure what the exact equivalent is in the current version of git.May be good to add that the
git bisect reset
command can be used to check out the problem commit, as well as returning to the previousHEAD
by default.The text was updated successfully, but these errors were encountered: