1
Allow updating the ./app/sql/local.sql, manually
Martin Braun
When I build pages in Local, I use git to save my progress. This is really nice for versioning, but unfortunately, the database won't be synced with local.sql when I commit changes.
Please give me a way to simply click on a button to update the local.sql with the contents of the database, so I can click it, before I commit my changes.
Activity
Mark Truitt
You could also build a script to do this using WP CLI. This would honestly be quicker as a whole unless you are using a GUI based git solution and even then run comment commit push done.