Serving git repository via python http server (for testing purposes)
# If repository is created with --bare, cd into directory and then
git --bare update-server-info
python3 -m http.server 19302
# If repository is created with --bare, cd into directory and then
git --bare update-server-info
python3 -m http.server 19302