When I do git status, this is what I see:
$ git status
no changes added to commit (use "git add" and/or "git commit -a")
When I do git rm -rf octopress, this is what I see:
$ git rm -rf octopress
error: submodule 'octopress' (or one of its nested submodules) uses a .git directory
(use 'rm -rf' if you really want to remove it including all of its history)
Thoughts?
source
share