commit | dd20f8af1ae54773569b78b1b71d1ea663705d2c | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Dec 12 00:18:12 2009 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Dec 12 01:21:38 2009 -0800 |
tree | afeb7ae1fcf77dd5ca599d3d88baa7df6b25bc1f | |
parent | 309883015ff3af6ce14ff9fe401e06cfce8adb13 [diff] |
commit/status: "git add <path>" is not necessarily how to resolve When the desired resolution is to remove the path, "git rm <path>" is the command the user needs to use. Just like in "Changed but not updated" section, suggest to use "git add/rm" as appropriate. Signed-off-by: Junio C Hamano <gitster@pobox.com>