Hacker News new | ask | show | jobs
by namespace 4837 days ago
Nice post. Last day, I had to search around to remove a submodule. This would have helped.

To add to the post, `git submodule foreach` command is invaluable when there are multiple submodules added to one project.

1 comments

Thank you! Indeed `git submodule foreach` is quite useful.