This looks promising, but am I doing this right?

git clone https://gitworkshop.dev/repo/gitworkshop/

Cloning into 'gitworkshop'...

fatal: repository 'https://gitworkshop.dev/repo/gitworkshop/' not found

zsh: exit 128 git clone https://gitworkshop.dev/repo/gitworkshop/

Reply to this note

Please Login to reply.

Discussion

Gitworkshop.dev and ngit handle the code collaboration but to clone a repository, use the git server listed under the repo details.

Got it.

Cool project. It could have a really big impact on the way things are built.

Thanks for the encouragement. I might add `ngit clone nevent/identifier` to make it easier to clone projects without having to understand this distinction. ultimately I would like to create a git remote-helper for so users can do `git clone nostr@nevent...` or `git clone nostr@repo-identifier`. That way maintainers could swap out git_servers without the users having to take any action.