From 92e4a8f26dcaf473f9e04f927daf0358d15ae8df Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Thu, 2 Nov 2023 21:34:08 -0400 Subject: [PATCH] Add README for testing projects --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```