1
vote
1answer
71 views

Create entire wordpress as a github repositery?

In my IDE (Flash Builder for PHP), I can't find a way to create sub project inside Wordpress project as I did with NetBeans. Seems I need to make entire WordPress as a github local repo in order to ...
6
votes
5answers
560 views

How can I update a wordpress plugin from a Git repository (github)

is there any way to easily update a plugin installed on multiple sites from a github repo. I know I can do it from the command line of each server using git pull. but is there a way to do it from the ...