5 ms·
I've tried this and it seems to be working fine. git clone --bare https://path.to/repo.git https://path.to/repo.git mv repo.git .git now we can create worktr
by v7engine 3y ago
I've tried this and it seems to be working fine.
git clone --bare https://path.to/repo.git https://path.to/repo.git
mv repo.git .git
now we can create worktrees in the same folder.
- CuriousCosmic 3y agofwiw you can actually one line that > git clone --bare https://path.to/repo.git https://path.to/repo.git .git