Git merge updated WordPress plugins -


i have few wordpress plugins required updates. know there changes plugin files made myself , others overwritten updating plugins. don't know changes made since other people made of them.

i updated plugins , pushed them separate branch. so, had master branch changes made plugins, , updated branch overwrote changes. merged both branches , there no conflicts.

am right think changes made plugin files have been merged updates or lost of them?

the git branches this:

           -----updated plugins----           /                        \          /                          \ ------master-----------------------merged branch---- 

yes, plugin have been merged.

if changes others have overlapped changes made you, have had conflicts solve (which it's not case, said).

since updated master branch changes made others, , merged yours, merged master branch have both changes in it.

you can check commit logs see changes other people were.

regards.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -