I've used git quite a bit but I don't consider myself a git expert, per se. I often find myself looking up the same basic commands so I thought I'd share them there so I'd have a fast reference, and maybe this will help you out too! Create and Checkout a New Branch #branches from currently checked out directory git checkout -b <branchName> Checkout a Remote Branch git checkout -b <localBranchName>
![Git Commands](https://cdn-ak-scissors.b.st-hatena.com/image/square/9993c9cdb0a517bc9f01c87e168851edb677bade/height=288;version=1;width=512/https%3A%2F%2Fdavidwalsh.name%2Fwp-content%2Fthemes%2Fpunky%2Fimages%2Flogo.png)