Copy that URL. Now we need to tell git where the upstream is, and then tell git to fetch information from the upstream. git remote add upstream https://github.com/Moya/Moya.git git fetch upstream Okay, great! Let’s make sure that we’re on the branch ...
↧