How do i make a non-bare git repository into a bare one?
- by Arthur Ulfeldt
I would like to make a repo into a bare repo so people can push to it with out big nasty warnings. I could delete it and clone it again... but perhaps there is a more elegant way?