Software Development Timesaver #6

Another 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.