How do I develop a theme with multiple devs (GiHub Workflow)
-
I would like to develop a WordPress theme with another person: As far as I understand it we could use GitHub for version controlling but what’s about the SQL database? Cloning and pushing the WordPress theme folder shouldn’t be a problem but how do I synch the database?
The only solution I found is from a post which is 10 years old (and maybe outdated?). It says that you could import/export the database manually with a plugin every time you clone the theme folder. But this doesn’t seem to be very efficient for me. Having a remote database is another solution according to the post…
So my question is: What do other developers do to synch the database across multiple local workstations when working on a wordpress theme together?
- The topic ‘How do I develop a theme with multiple devs (GiHub Workflow)’ is closed to new replies.