简体   繁体   中英

Github app to update multiple repositories

I want to update multiple repositories with files based on a template repository. Is there any app that lets me do it on git?

Not unless your template repository can be considered a subfolder of your other repositories.

In that case, said other repositories can declare the template one as a submodule , and any git submodule update --remote in any of your other repositories would update the template folder as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM