Joining a project in the very beginning
- Create a new site in Local
- Delete your
wp-contentfolder - Clone the project repository and save the folder as
wp-content.
Joining an ongoing project
- Ask a colleague to add you as a user on their local environment.
- Ask them to export the local environment by right-clicking the site and selecting “Export”.
- You can then import the site on your local environment. It should come with your user, the repository, the uploads, and the database.
- Remember to open the
wp-contentfolder in your version control application and make sure any ongoing changes are discarded. Your branches should be clean.
- Remember to open the