I have this scenario: A colleague of mine and I are working on the same branch (master) of a git project "xy". In order to make teamwork possible, i created a bare repository of the project and put it on a network drive which is accesible to both of us. Now we both are pushing and merging new files and folders to the bare repository.
My boss however wants to see the progress, unfortunately this isn't possible unless he clones the repository. What would be really nice was for my boss and other members of the group if they could look into the files, open them and so on. Something like Github would be great. If I push items to a (bare) Github repository I can browse online through the changes.
Any ideas on how to improve the setup are highly appreciated.