Software Development Timesaver #6
15 Aug 2018Another timesaver for Git!
git checkout -
The command lets you checkout the previous branch you were on. Perhaps you are perusing the feature/102-description-of-feature branch, and decide to checkout to master. You can simply use the git checkout -
to get back.