add remote command git code example
Example 1: git remote add
git remote add origin https://github.com/user/repo.git
Example 2: add remote in git
git remote add origin [email protected]:portfolio/space.space_name.git#set a new remotegit remote -v#Verify new remoteorigin [email protected]:portfolio/space.space_name.git (fetch)origin [email protected]:portfolio/space.space_name.git (push)