QuestionsCategory: Other WP IssueWhy would you want to update WordPress manually?
Editor asked 2 years ago

Why would you want to update WordPress manually?

1 Answers
Editor answered 2 years ago

Git will tell you that the files have been changed, but unless you commit the changes to the repo it will not track them beyond stating that they have been updated.

Personally, I have always updated WP and Drupal manually, one module at a time, testing in between commits. This ensures that the code that is being released to Production is well tested and if something does break, it is very easy to roll back and quickly find the culprit.

Your Answer

20 + 9 =