mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
docs(readme) configuration: add assume-unchanged
This commit is contained in:
parent
27c156c8cc
commit
6f72282b22
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue