FR: remote set-url
#3901
Labels
good first issue
Good for newcomers
polish🪒🐃
Make existing features more convenient and more consistent
Is your feature request related to a problem? Please describe.
Git provides
git remote set-url
to change the URL of a remote without changing any tracking information. This is useful when a repository location changes or when you need to change the URL schema (e.g. fromhttps
tossh
).Describe the solution you'd like
A
jj
command that corresponds exactly togit remote set-url
; presumably it would be something likejj git remote set-url
orjj git remote change-url
.Describe alternatives you've considered
For now, I just use the
git remote set-url
command. This only works with colocated repos.The text was updated successfully, but these errors were encountered: