Today I Learned
git pull 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
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