submodule_push.sh 159 B

12345
  1. ROOT=$(cd `dirname $0`/../; pwd)
  2. cd $ROOT
  3. git submodule foreach git add .
  4. git submodule foreach git commit -a -m "update proto"
  5. git submodule foreach git push