[ad_1]
I’m still in the dev process of a new project, and adding ACF fields via admin. Our content manager is updating ACF content on the staging server, which would ultimately get overwritten if I simply sync the databases.
What’s the best way to sync my new ACF fields and content with the content updates they are making on staging as to not overwrite each others work? I took a look at ACF Local JSON Syncing, but would that just be managed like a standard GIT repo? Compare the differences in the acf-json directory and add their changes in to mine?
[ad_2]