add origin master git code example
Example 1: git remote add
git remote add origin https://github.com/user/repo.git
Example 2: set git origin
git remote add origin [email protected]:portfolio/space.space_name.git
Example 3: adding remote origin git
git remote add origin <link>
Example 4: git add origin command
$ git remote add origin <github repo link>
Example 5: github remote
echo "# HarryFoods" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin < repo url >
git push -u origin main
Example 6: add remote in git
git remote add origin [email protected]:portfolio/space.space_name.git