agit icon indicating copy to clipboard operation
agit copied to clipboard

Convert bare repo to non-bare (and back again?)

Open rtyley opened this issue 12 years ago • 1 comments

Shouldn't be too hard, but should consider whether to rename the repo folder or not (ie 'example.git' becomes 'example')

http://stackoverflow.com/questions/2199897/git-convert-normal-to-bare-repository http://stackoverflow.com/questions/1784506/when-creating-a-git-repository-that-will-be-on-the-server-can-i-convert-it-to-a https://git.wiki.kernel.org/index.php/GitFaq#How_do_I_make_existing_non-bare_repository_bare.3F

rtyley avatar Aug 30 '11 12:08 rtyley

I would suggest renaming the folder - it is kind of "standard" that bare have ".git" in the name. One could easily know which repo is which just by looking at the folder structure.

boryn avatar Sep 02 '11 09:09 boryn