git pull change credentials code example
Example: git pull from another user
git pull https://[email protected]/projectfolder/projectname.git master
or
git pull origin <branch>
git pull https://[email protected]/projectfolder/projectname.git master
or
git pull origin <branch>