开发者

Update plugins through Github?

I've got some plugins (JS/AS3) pushed to my Github-account and I'm using them in multiple projects (of-course), which are also processed by Git. If I want to change one of the plugins开发者_JS百科, can I easily update all these projects with this new version somehow?

I'm not sure about the terminology here (forking? branching? pulling?), so it's kind of tricky to search for this.


What you are looking for is submodules in git.

You can check http://progit.org/book/ch6-6.html for a detailed explanation.


Use Git submodules on the projects which use your plugins: http://book.git-scm.com/5_submodules.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜