From: Björn Gustavsson Date: Mon, 7 Dec 2009 18:35:42 +0000 (+0100) Subject: git-rm doc: Describe how to sync index & work tree X-Git-Tag: v1.6.6.1~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/47b7012024fcd5a24d2c294542f1de951dbde6e8?ds=inline;hp=47b7012024fcd5a24d2c294542f1de951dbde6e8 git-rm doc: Describe how to sync index & work tree Newcomers to git that want to remove from the index only the files that have disappeared from the working tree will probably look for a way to do that in the documentation for 'git rm'. Therefore, describe how that can be done (even though it involves other commands than 'git rm'). Based on a suggestion by Junio, but re-arranged and rewritten to better fit into the style of command reference. While at it, change a single occurrence of "work tree" to "working tree" for consistency. Signed-off-by: Björn Gustavsson Signed-off-by: Junio C Hamano ---