Checkout to previous GIT branch
To checkout to the previous branch in Git, you can use the following command:
git checkout -
The hyphen symbol (-) is a shorthand for the previous branch you were on. When you execute this command, Git will switch you to the branch you were previously on.