Add README for testing projects

This commit is contained in:
Kris Lamoureux 2023-11-02 21:34:08 -04:00
commit 92e4a8f26d
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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
```