docs(readme) configuration: add assume-unchanged

This commit is contained in:
coderaiser 2013-09-30 10:55:14 +03:00
parent 27c156c8cc
commit 6f72282b22

View file

@ -168,6 +168,16 @@ All main configuration could be done via config.json.
}
```
If you had changed **config** and want to keep updating via git,
you should execute next command in root directory of **Cloud Commander**:
```
git update-index --assume-unchanged json/config.json
```
To get back to tracking:
```
git update-index --no-assume-unchanged json/config.json
```
Server
---------------
Standard practices say no non-root process gets to talk to