Reputation: 121
The problem is that I can't apply changes made in my submodule to main repo. Steps:
I can't find a way to synchronize it with my main repo.
Upvotes: 2
Views: 4887
Reputation: 121
git pull --recurse-submodules git submodule update --remote --recursive
Upvotes: 3