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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -