diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-08-08 13:30:37 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-08-08 13:30:37 +0200 |
commit | 4e373d8b0ba4b7021bfd8833864317a0a888d074 (patch) | |
tree | 38bbfeb9a7e5c84d9285d4a4eb335b1eed37e5eb |
Initial draft.
-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>. |