I want to create a git repository, that I can locally "change" (a normal repository), but, want to share it over http, but I want that it be a read-only
repository for the people that clone it.
Is that possible? How can I do that?
thanks in advance.