Pull A Git Branch from Remote
Up until lately I have been improperly pulling my remote branches to local. What I mean is I create a new branch locally, push it to remote (GitHub) then pull it onto a designers computer with the following command (this is not how to do it) #DON’T DO THIS git checkout -b < new_branch > […]
Posted on July 22, 2009 at 1:56 pm by Jordan Carter · Permalink
· 16 Comments
In: Uncategorized · Tagged with: checkout, git, Pull, Remote Branch
In: Uncategorized · Tagged with: checkout, git, Pull, Remote Branch