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 master # current branch is master
$ git checkout some-branch # current branch is 'some-branch'
$ git checkout - # current branch is back to master
$ git checkout - # current branch is back to 'some-branch'