The git init command initializes a git repository for local use. If you want to allow remote users access this repository, you need to enable that with the update-server-info command:
$ git update-server-info
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
The git init command initializes a git repository for local use. If you want to allow remote users access this repository, you need to enable that with the update-server-info command:
$ git update-server-info