From f0922d2fc3e22b1dccef469198801dcf40457caf Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 22 Mar 2020 16:20:31 +0000 Subject: [PATCH] add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6ad32b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +## TODO + +Need to take into account whether git cloning is via ssh (when need to be able +to make git commits to remote) or via http (when read only access is required). + +Could just have a git base url that is set in config.sh - will this be sufficient?