Git Remote - Manage Git Remotes | Online Free DevTools by Hexmos

Manage Git remotes easily with Git Remote. Add, remove, rename, and change the URL of your Git remotes from the command line. Free online tool, no registration required.

jj git remote

Manage Git remotes. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-git-remote.

  • List all Git remotes:

jj git remote list

  • Add a Git remote:

jj git remote add {{remote}} {{url}}

  • Change the URL of a Git remote:

jj git remote set-url {{remote}} {{url}}

  • Remove a Git remote:

jj git remote remove {{remote}}

  • Rename a Git remote:

jj git remote rename {{old_name}} {{new_name}}