Git /
Git
Doc
- git.txt
- Git is a distributed version control system. It tracks changes across any set of files. Core goals: speed, data integrity, and support for distributed non-linear workflows.
- workflow.txt
- Git branching workflow for server-state oriented projects with significant upstream vendor code integration.
- gitdaemon.txt
- Git-daemon provides unauthenticated, read-only access to git repositories via the native git protocol on port 9418. It serves public repositories from /var/git.
