Monday, 15 June 2015

github - Git pull command from different user -



github - Git pull command from different user -

i working friend on project code of on git. if need pull changes friend's machine, can pull username/password using next command without issue?

git pull https://myusername@github.com/abc/theproject.git

this command help pull repository different user:

git pull https://myusername@github.com/projectfolder/projectname.git master

it workaround, when using same machine else used before you, , had saved credentials

git github

No comments:

Post a Comment