Saturday 15 August 2015

node.js - duplicate repository via github API -



node.js - duplicate repository via github API -

i need create repositories contains core-files , single setting file via github api. single setting file generated each application (single unique file), core-files static files, need upload them each repository. there way set core-files in 1 repo , duplicate repository instead of upload these files everytime? using node.js octonode module. thanks.

the core-files static files, need upload them each repository. there way set core-files in 1 repo

you can add together repo submodule in each of other repos:

cd arepo git submodule add together https://github.com/username/core-repo git add together . git commit -m "add reference core repo" git force

node.js git github github-api

No comments:

Post a Comment