Computer/linux

[git] when the location of a submodule is changed

citadel 2016. 12. 30. 01:52
  • modify .gitmodule to change the new url in .gitmodules

    [submodule "epics-modules/mrfioc2"]
        url = https://github.com/epics-modules/mrfioc2
  • run git submodule sync