Hello Everyone,
Can anyone tell, what the below command does?
git remote add origin https://github.com/ssourbh000/myFirst.git
Hello Everyone,
Can anyone tell, what the below command does?
git remote add origin https://github.com/ssourbh000/myFirst.git
It will add orgin ,mostly your Github addrress , where later on you can push or pull the repo files.
once you add the orgin url, to review those url use,
CMD > git remote -v