** UPDATE: April 21, 2019 **
Both Eugene Karataev & Noah Pederson provided a better way than what's in this post.
Check'em out below.
...
For further actions, you may consider blocking this person and/or reporting abuse
It's not necessary to remove old origin and create a new one. You can just change the existing origin url:
git remote set-url origin NEW_URL
👆
Wow 😲, Eugene. Thanks for the
set-url
option.To borrow from SQL, my posts is using "DELETE" then "INSERT"
while your command does an "UPDATE".
Much simpler.
So does this preserve editing history?
That is a better option than what the post showed 👍
I've only learned of it recently when someone forked my repo and renamed it to create a useful library out of it.
edewit / react-use-sessionstorage
⚓ React hook for using local storage
react-use-sessionstorage
Fork of github.com/dance2die/react-use-loc... but then uses session storage instead of local storage.
How to use it
I tried the 'set-url' and it did not work. Following the remove instructions did, thanks!
Weird that
set-url
didn't work.Any errors thrown?
GitHub documentation still shows it as a valid option.
help.github.com/en/github/using-gi...
Thank you good sir!
You're welcome~
You literally make my day, I was unable to solve this issue for 2 days but now it works,,,,
Awesome, got all three ways of doing this, best part was posting the suggested ways on top as well.
Thanks from a newb.
Thanks. I was wondering about boilerplates and whether I needed to publish my own npm package. I hope this works if the original repository is also your own.
Is this necessary to remove origin and I have to create repo again. Is there any way so can push my change into my repo that i clone?