aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-08 16:20:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-08 16:20:00 +0300
commitd904f0f60e253f13b981d006b96d3a1b9d774987 (patch)
tree6082bbe54bd6f645612cf0ed7c19c20481252d04
parentbugfix & refactoring (diff)
downloadlinux-home-d904f0f60e253f13b981d006b96d3a1b9d774987.tar.gz
linux-home-d904f0f60e253f13b981d006b96d3a1b9d774987.zip
README update
Diffstat (limited to '')
-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.