Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: remote set-url #3901

Closed
BatmanAoD opened this issue Jun 17, 2024 · 0 comments · Fixed by #3937
Closed

FR: remote set-url #3901

BatmanAoD opened this issue Jun 17, 2024 · 0 comments · Fixed by #3937
Labels
good first issue Good for newcomers polish🪒🐃 Make existing features more convenient and more consistent

Comments

@BatmanAoD
Copy link
Collaborator

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. from https to ssh).

Describe the solution you'd like

A jj command that corresponds exactly to git remote set-url; presumably it would be something like jj git remote set-url or jj 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.

@PhilipMetzger PhilipMetzger added the polish🪒🐃 Make existing features more convenient and more consistent label Jun 17, 2024
@martinvonz martinvonz added the good first issue Good for newcomers label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers polish🪒🐃 Make existing features more convenient and more consistent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants