Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Friday, August 9, 2013

git update remote origin

git update remote origin
It might happen during  addition of the repository origin that you typed an incorrect URL ( happened to me :P ) .  In such cases you will get an error like this
just update the remote origin with this command

  • git remote set-url origin <URL>