Noirox
Noirox
> Can you create a small reproduction that I can run? I'm not sure if I can completely. https://codesandbox.io/p/sandbox/peaceful-rubin-jst36h 1. in that sandbox edit App.tsx:14 to some empty git repository...
> I don't understand how you can have an empty git repository and yet have a branch and commits. Should I delete all the files? Can you create such a...
> I never heard of closing empty repository, does it work with canonical git? Yes, you can do it like this: ```sh mkdir sourceRepo cd sourceRepo git init --bare cd...
> The problem is that with isomorphic git, when you pull, you do fetch and merge. And if there are no branches locally, you can't merge. Canonical git do something...