Hacker News new | ask | show | jobs
by icebraining 2729 days ago
Git submodules are not in the same repo, they are a link from one repo to another, and you need to push to both if you make a change to the submodule. Maybe you're thinking of subtrees? I've never used those.