[ad_1]
I am new to WordPress and I wanted to know how do you guys work on WordPress as a team. How do you use GitHub with WordPress and which files you need to upload on git (or do you upload the whole website on git) having a hard time wrapping my head around it I have been to youtube and I have seen them upload only theme files , like if I only upload the theme file will the files work if I fork them on my local machine or do I need to copy paste the theme files. I am kind off confused rn any help will be appreciated
[ad_2]
I only manage the theme files with Git. You do need to manage the plugins separately, in addition to content changes, but it keeps thing simple and works for me.
Using a setup/boilerplate like Bedrock by Roots, managing WordPress and dependencies with Composer makes working with GIT soo much easier, would highly recommend