commit 92e4a8f26dcaf473f9e04f927daf0358d15ae8df Author: Kris Lamoureux Date: Thu Nov 2 21:34:08 2023 -0400 Add README for testing projects diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cbf862 --- /dev/null +++ b/README.md @@ -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 +rm README.md +```