Saturday, January 01, 2022

Git Remote Repositories

To manage remote repositories in Git:

# to view current remotes
git remote -v

# to update the URL
git remote set-url