Checking out a branch from Github
Mark Mzyk December 7, 2011
These are the set of commands to checkout a branch of a repository from Github, which is not immediately obvious the first time you try it. First clone the repo if you haven’t: git clone url-to-repo-you-want Clone has already checked out the branches, but it only initially creates the master branch. You have to tell […]