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: ~ |-- ...
0
votes
2answers
113 views

How do I pull from my “public” git server to bring my broken local “master” up to date?

I have a bit of a predicament. Basically I have a local "master" git repository. Every few hours, I 'git push' my changes to a server from which I then pull to my client machines. Well, being the ...