If you have ever wanted to deploy or host a central git repository on your local machine then this is the video for you. Please note that this video shows basic setup to host a git repo on your local machine which is intended to explore more about git and how it works. Apart from this you can use such setup for a very small team. This setup is no where you can use for Production related stuff.
Apart from how can we host local central git repo we will see some of the differences between a bare and a non bare repo. We will also see that how to clone a bare repo and then how to work on that non bare repo with some of the git commands like push, pull, checkout etc.