Last active
June 12, 2020 13:18
-
-
Save Ribeiro-Tiago/f844df51b436667bbd47739bfab2f19c to your computer and use it in GitHub Desktop.
Check and update git remote origin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// view current remote | |
git remote -v | |
// update origin | |
git remote set-url origin https://hostname/USERNAME/REPOSITORY.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment