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 checkout allows the user to switch back to the previous ref using a shorthand of git checkout - (docs). It can be implemented by rewriting the revision to @{-1}.