Olav
Olav

Reputation: 1784

How do I create a non-bare bundled repository in Git

This is to be able to use Tortoise Git on existing files on Dropbox. (So Tortoise Git should be able to recognize the repository)

(The repository has to be one file - therefore bundled)

Upvotes: 0

Views: 155

Answers (1)

dhwthompson
dhwthompson

Reputation: 2509

I don’t think you can: as far as I’m aware, Git is not capable of treating a bundle file as a repository in its own right.

Upvotes: 1

Related Questions