Sync Local site and Distant site

It sounds like you need to update the database to replace the guids and base URL. I recommend WP Migrate DB Pro to quickly sync two databases. Otherwise you need to run a few SQL statements to find and replace the old domain with the new domain. In PHPMyAdmin run the following statements from the … Read more

Manually updating plugins via FTP or SCM

You can just swap them out. Make sure you delete the old plugin files first though, in case the new version of the plugin doesn’t have that file anymore. The downside to doing it this way instead of using the gui is that if someone was to come to the site during the update there … Read more

How to use wordpress with Git?

You questioned: How to use wordpress with Git? Actually your question is a bit wrong, and should actually be: How to use Git with WordPress? As git is for controlling versions so using it depends upon you what actually you want to take under version controlling. I personally develop WordPress themes and plugins so I … Read more