I have a repository and I want to add the master branch from another repository to mine, so I did this:
git remote add upstream repo_link git pull upstream ma