diff options
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..13807da --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Source + +Digital source material. + + +## Git + +Digital source material is tracked with git. + +Git is a version control system - +a repository for historic versions of file contents of a folder. + + +## Collections + +A collection of public git repositories is available +at <https://[[!template id=githost]]/>. + +Additional git repositories, +public or accessible only by a smaller group, +may exist as well. + +Each git collection is maintained by a team, +with equal full write access to for all team members. + + +## Docs + +* [HOWTO] - Guide to creating and using git repositories. +* [ADMIN] - Setting up and maintaining collections of git repositories. + + +## Sources + +This documentation and related tools is itself a project, +tracked in git at <https://source.redpill.dk/source>. |