so the only way to remove files froma working tree and have git register it and incorporate that change in future HEAD's is to use 'git rm'? I just want to be sure. I've been using regular bash 'rm' for a bit now and git is never picking up on those file/dir deletions, and it was bugging me why it wasnt.
thank you