git тянуть от другого пользователя

git pull https://myusername@github.com/projectfolder/projectname.git master
or
git pull origin <branch>
Snippets