diff --git a/addons/git_pull/index.html b/addons/git_pull/index.html index 23e13fe8e6..bda221de11 100644 --- a/addons/git_pull/index.html +++ b/addons/git_pull/index.html @@ -110,9 +110,12 @@
The protocol is typically known by the suffix of the private key –e.g., a key file named id_rsa
will be a private key using “rsa” protocol.
The protocol is typically known by the suffix of the private key –e.g., a key file named id_rsa
will be a private key using “rsa” protocol.
+You should only use this add-on if you do not have an existing configuration or if your existing configuration is already in a git repository. If the script does not find the necessary git files in your configuration folder, it will delete anything that might be there. Please ensure that there is a .git
folder before using this. You can verify this by listing the items in the configuration folder including hidden files. The command is ls -a /config
.
+