Re: how to check pending commits to be pushed?

2013-02-28 Thread Patricia Bittencourt Egeland
Inside the super repo, I used git submodule foreach, that way (which worked fine): git submodule foreach git status || true No idea why the line bellow didn't work: git submodule foreach git status Thanks, Patricia On Feb 28, 2013, at 11:58 AM, Joachim Schmitz j...@schmitz-digital.de wrote:

how to check pending commits to be pushed?

2013-02-27 Thread Patricia Bittencourt Egeland
Hi, Does someone know how to identify pending commits to be pushed in a local super repository (with quite some submodules), with git-1.6.5-1 ? Thanks, Patricia-- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More