Git doesn't clean and update submodules correctly

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: git-plugin
    • None
    • Environment:
      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

            Assignee:
            Unassigned
            Reporter:
            anonymousultimo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: