N
N
nektobit2016-08-04 09:20:43
git
nektobit, 2016-08-04 09:20:43

Where do we commit WP plugin updates when using git flow?

We add functions by creating branches of features, with releases it is also clear. But here plugins and themes are under version control. Along with their plugins (self-written), third-party plugins are also updated. It’s the same with the theme, when finalizing the WP daughter, it’s also not possible to describe the commit, but what if the theme itself has been updated? Should I create a separate branch each time I update? Share cases, who understood how.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Danil Biryukov-Romanov, 2016-08-04
@nektobit

Moved it to a separate branch, updated it, checked it out.
Branches call as you like :)
I called maintance

I
Igor Vorotnev, 2016-08-07
@HeadOnFire

Well, if you have everything right under the git, then into the branches. I have one old project in this format, I use the "update-core", "update-plugins", "update-themes" branches. But in general it is not a very reasonable practice to keep the entire site in the gith. For core, third party themes and plugins, use Composer or WP-CLI. And keep only your custom code in the git.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question