git - How to update a submodule to a specified commit via github rest api? -


there 2 github repos: & b. have b submodule.

https://github.com/org_name/a.git

https://github.com/org_name/b.git

a:  b@defad9     // submodule in 

here's case, changes made in b , pr(#1) filed. want run build on latest changes b. there github rest api can perform update instead of git submodule update...?

not know of: need locally git submodule update --remote in order update b (assuming latest change done on master).
add, commit , push in order record new gitlink b.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -