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?