revisr
revisr copied to clipboard
Updating remote config clears the remote URL
When opening the page "Revisr - Settings - Remote" the Remote URL form field always is empty. Updating the remote settings using this form therefore always clears the remote url from .git/config (even if it was set before) which breaks the configuration.
Info: My remote is called staging (not origin). I use Revisr v2.0.1.
Thanks for the info- I was able to replicate this with a different remote name. Checking into this further.
Having the same issue. Any updates on this?
Same issue, can anyone help?
It still seems to be unfixed. So as a workaround for now you have to
- either paste the URL manually into the form field every time you edit the remote settings or
- readd the URL to the file
.git/configmanually after updating the remote settings using the form
@jekuno Thank you for your help. I add the URL to the config file and it works
👍