Quantcast
Channel: How to make script to update git submodules? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by idbrii for How to make script to update git submodules?

submodules to look for the latest commit and sync themselves with that Marcus Johansson's answer explains how to make the submodules get to the latest for their respective origins (if your main...

View Article



Answer by Marcus Johansson for How to make script to update git submodules?

The git submodule foreach is really handy. git submodule foreach git pull This will do a pull(i.e. fetch/merge) in all submodules.

View Article

How to make script to update git submodules?

I have a project that has submodules added. Thing is, I always want these submodules up to date with the current version. How can I always tell these submodules to look for the latest commit and sync...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images