/ Published in: Bash
![](/img/icon_sav.png?v3)
Useful when managing a bunch of submodules.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find $PWD -name ".git" | while read line; do cd `dirname $line`; echo $PWD; git push; done
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)