Provides the server side of the Git.

The Git server usually listens on TCP port 9418. It waits for a connection and, upon receiving one, runs the git-upload-pack command. This server is ideally suited for read-only updates, that is, for fetching data from Git repositories (pull).

Home page: https://git-scm.com/