logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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}}

See Also