aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.README.md
diff options
context:
space:
mode:
Diffstat (limited to '.README.md')
-rw-r--r--.README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.README.md b/.README.md
index ab666f9..58915f0 100644
--- a/.README.md
+++ b/.README.md
@@ -27,3 +27,6 @@ To adjust the permissions so that only you can read the files, `source`
This also makes sure the directories in the repository are accessible only by
yourself (including the `.git` directory).
+Additionally, file permissions are reset each time `git` writes to a file.
+It is thus necessary to execute the line above after each invokation of
+`git pull`, `git checkout`, etc.