From 6f72282b22261ed1d1e81206e0d4750be69a8cc0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Sep 2013 10:55:14 +0300 Subject: [PATCH] docs(readme) configuration: add assume-unchanged --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0c869487..0479b2d8 100644 --- a/README.md +++ b/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