Git and WordPress: How to Auto-Update Posts with Pull Requests
How compatible are git and wordpress? Let's see how easy it is to make WordPress posts auto-update based on PR submissions on the Github repository!
How compatible are git and wordpress? Let's see how easy it is to make WordPress posts auto-update based on PR submissions on the Github repository!
Younes demonstrates Deployer, a tool for deploying PHP applications to live, development, or staging servers with just a few lines of PHP code.
Chris Ward provides tips on making Git and GitHub projects fit better into developer workflow—from running tests to deploying your code to a server.
Matthew Setter considers the security implications of transferring files over FTP - a common practice among developers, and how the process can be improved.
Learn to use git hooks to set up automatic deployment for your PHP applications