git pull multi remote
working with multi remote
git pull
= git pull origin HEAD
So I can clearly pull from another remote or branch. For example, I can pull gh-pages
branch from a remote bitbucket
remote through
git pull bitbucket gh-pages
Planted:
by Lei Ma;
Similar Articles:
L Ma (2016). 'git pull multi remote', Datumorphism, 11 April. Available at: https://datumorphism.leima.is/til/programming/git/git-pull-multi-remote/.