diff options
-rw-r--r-- | .README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |