What are some use cases for a bare Git repository?
When should we prefer to use a bare repository and what benefits it gives us?
If I need a repository for sharing with a team and pulling changes from production server should I use a bare Git repository?