logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

JJ Git - Manage Git Repositories with JJ | Online Free DevTools by Hexmos

Manage Git repositories efficiently with JJ Git. Create, clone, fetch, and push Git repositories using the jj command line tool. Free online tool, no registration required.

jj-git

Run Git-related commands for a jj repository. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-git.

  • Create a new Git backed repository:

jj git init

  • Create a new repository backed by a clone of a Git repository:

jj git clone {{source}}

  • Fetch from a Git remote:

jj git fetch

  • Push all tracked bookmarks to Git remote:

jj git push

  • Push given bookmark to Git remote:

jj git push {{[-b|--bookmark]}} {{bookmark}}

See Also