add origin git remote code example
Example 1: git remote add
git remote add origin https://github.com/user/repo.git
Example 2: git add origin command
# To add origin
$ git remote add origin <github repo link>
git remote add origin https://github.com/user/repo.git
# To add origin
$ git remote add origin <github repo link>