Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Modern WordPress Workflow The Staging Server Migrating from Local to Staging

Connor McKelvey
Connor McKelvey
6,200 Points

How to Distribute Movefile with team of Developers without git?

I am now in love with wordmove after using it for 1 day. But With my companies current workflow, we only keep out theme directory (or at most the wp-content) directory under version control.

Because the move file lives at the WordPress root, what is the easiest, most secure way to distribute the move file among a team of developers?

1 Answer

Raymon Oleaga
Raymon Oleaga
19,298 Points

Hey man, nice to hear you love Wordmove. I use it all the time and it is awesome. I have had the same experience where only the wp-content is under our version control.

What I usually do in this case is save my wordmove file in the wp-cotnent or theme folder and name it something like _Movefile.yaml then when I clone my repo to local i just make a copy of the file to where it belongs with the correct name.... is not pretty but it works for me!

Hope this helps.