mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 03:42:39 +00:00
As requested by @talpr. I added this is a separate new command `jj git remote list`. One could also imagine showing the listing when there is no sub-command specified to `jj git remote`, but we don't have other commands that behave that way yet. Closes #243