Possible Duplicate:
How-to: push a GitHub repo to the wordpress plugin servers
I love WordPress, but I also love GitHub. Would love to know if there is a seamless solution to using both SVN and GitHub for plugin development?
I love WordPress, but I also love GitHub. Would love to know if there is a seamless solution to using both SVN and GitHub for plugin development? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The wordpress plugin repo does not have any API as far as I can tell for push and pull hooks from a 3rd party service like github. Right now the solutions are hacky at best and require you to use git as a middle man (on your computer) and also deal with SVN's use of tags/trunk/branch which git doesn't like very much. It's not very fun or seemless, more along the lines of "can I actually do this", at least for the moment. |
|||
|
|