-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Windows XP
I've got projects with nested submodules.
submodules aren't updated when they are in a submodule.
I would like to see something like
ECHO Git Update %DATE% %TIME%
git submodule foreach git submodule update --init
Also submodules and nested submodules aren't cleaned after checkout
so now i have to put stuff like
ECHO clean framework %DATE% %TIME%
cd Ultimo.Base\ultimo\framework
git clean -fdx
ECHO clean ultimo.base %DATE% %TIME%
cd Ultimo.Base
git clean -fdx
- duplicates
-
JENKINS-7376 git - clean before build does not clean submodules
- Closed
- is related to
-
JENKINS-22510 Clean After Checkout Results in Failed to Checkout Revision
- Closed