An online project hosting service that uses Git.
1
vote
2answers
50 views
Have WP Theme update from Git Repository
I have a client's theme currently hosted on github. Instead of doing a git deploy or using a service like Beanstalk's deployments. I will be pushing the same theme across many sites (79 to be exact) ...
14
votes
5answers
2k views
Is Git/GitHub a good WordPress deployment solution?
I'm currently developing my WordPress locally, committing my code to GitHub with Git and then SSHing into my server and doing a "git pull" to update my code. Is this a good option for code deployment ...
-1
votes
1answer
73 views
how can I create a WP offline environment before releasing the websites? [closed]
GIT?
SVN?
WAMP?
XAMP?
MERCURIAL?
BITNAMI?
There are so many options that I am getting a bit cunfused.
I just want to work without publishing and a need of an internet connection, and when all is ...
0
votes
1answer
52 views
Post via git repository
I want to be able to post via a git repo. For example I have a repo named "blog" which contains these files:
first_post.md
second_post.md
another_post.md
I want all these files to appear in my blog ...
2
votes
1answer
72 views
Is there a seamless solution for submitting plugins to wordpress.org SVN and GitHub? [duplicate]
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 ...
15
votes
3answers
389 views
How-to: push a GitHub repo to the wordpress plugin servers
I develop my plugin over on github but when it comes to deployment I have to somehow copy my changes into the Wordpress SVN. Currently I do this manually and copy over each file in each directory ...
0
votes
1answer
237 views
How to use one git (github) repository for version control for multiple themes
I have built and maintain many themes for various clients. I'd like to be able to put them all in github for lovely version control. However github gets a bit expensive when you have over 20 private ...