To see remote URLs
git remote -v
Add remote repository URL
$ git remote add origin https://github.com/tandilashvili/testproject.git
Setting remote repository URL
git remote set-url origin https://github.com/tandilashvili/testrepo.git
by Valeri Tandilashvili
4 years ago
Git
Git & GitHub Crash Course For Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences