add origin code example
Example 1: git set origin
git remote -v
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: git add origin command
# To add origin
$ git remote add origin <github repo link>
git remote -v
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
# To add origin
$ git remote add origin <github repo link>