$ git submodule foreach 'git status'
$ git submodule foreach "git checkout master"
$ git submodule foreach "git pull || :"
$ git checkout -b release/10-1-2017
$ git push --set-upstream origin feature/test
Submit a pull request to super project on github