Hacker News new | ask | show | jobs
by sabrehagen 695 days ago
I want to update 20+ submodules every day, ensuring i'm always at the tip of all submodules.
1 comments

    git submodule foreach ………
Or is there something I missed?