diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-08 16:20:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-08 16:20:00 +0300 |
commit | d904f0f60e253f13b981d006b96d3a1b9d774987 (patch) | |
tree | 6082bbe54bd6f645612cf0ed7c19c20481252d04 | |
parent | bugfix & refactoring (diff) | |
download | linux-home-d904f0f60e253f13b981d006b96d3a1b9d774987.tar.gz linux-home-d904f0f60e253f13b981d006b96d3a1b9d774987.zip |
README update
-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. |