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>