Random version controlled things that don't need their own repositories yet.
Go to file
2023-11-02 21:34:08 -04:00
README.md Add README for testing projects 2023-11-02 21:34:08 -04:00

Testing Projects

This repository is a collection of independent projects, each in dedicated branches. Unless a LICENSE file is in a branch, that project does not share the licensing terms of any other project in the repository.

Start a new project:

git checkout --orphan <branch-name>
rm README.md