Git: Checkout multiple branches at the same time
With git, source code lives in a single working directory. When we switch from one branch to another, git rearranges our files for us. Usually this keeps things simple, but now and then I wish for two copies of the code. Do you ever want to run a big fat suite of tests in one …