github fork confusion
问题 I followed this https://help.github.com/articles/fork-a-repo post to clone a repository locally. After doing that another developer created a branch to the main repository and added some features to that branch. My question is How do I get that branch into my fork. Can I get that missing branch again to my local using git pull upstream/missing_branch command? Thank you 回答1: You need to add a remote repo ' upstream ' in the local repo (which has for origin your fork) (git remote man page) git