Skip to content

Instantly share code, notes, and snippets.

@Ribeiro-Tiago
Last active June 12, 2020 13:18
Show Gist options
  • Save Ribeiro-Tiago/f844df51b436667bbd47739bfab2f19c to your computer and use it in GitHub Desktop.
Save Ribeiro-Tiago/f844df51b436667bbd47739bfab2f19c to your computer and use it in GitHub Desktop.
Check and update git remote origin
// 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