Hacker News new | ask | show | jobs
by svnpenn 1385 days ago
gitoxide is a cool project, but it cant even clone yet:

https://github.com/Byron/gitoxide/discussions/300

1 comments

`gitoxide` can currently perform many of the tasks required, and closing the loop for a full clone with worktree is going to happen at the end of this year.

That said, here is how to receive a pack from the remote and resolve it: `mkdir out && gix -v no-repo pack receive https://github.com/Byron/gitoxide out`.