#git bot interface
History of !stage_rm
To automatically stage all removed files (without also staging other changes), use the following command: git diff --name-only --diff-filter=D -z | xargs -0 git rm --cached
By ikke at 2014-04-13 18:34:12