What have you found for these years?

2010-03-02

sync between independent git repo

A = PROJECT/vendor/plugins/PLUGIN
B = PLUGIN_main_repository

A> git whatchanged .piston.yml
# find last commit for .piston.yml
A> git format-patch COMMIT --relative .
A> cd B
B> git am A/*.patch

if we can't use git submodule

# check if everything is ok
> colordiff -r A B | less --raw

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0