How to Back to Previously Checked Git Branch
23 March 2020 |
Right after dealing with master you can easily back to your previous branch with:
$ git checkout master
$ git checkout -
23 March 2020 |
Right after dealing with master you can easily back to your previous branch with:
$ git checkout master
$ git checkout -