Tagged Questions
3
votes
3answers
4k views
Unable to `git submodule foreach git pull`
This question is based on this thread.
My .gitmodules is at my Home
[submodule "bin"]
path = bin
url = git://github.com/masi/bin.git
My folder -structure at my Home:
~
|-- ...