[ad_1]
I use GitHub repos for the management of custom themes that deploy to their respective dev environments. The repo only includes the theme directory, but works great for code management and versioning. However, this leads to a ton of commits and you have to wait a few seconds after the commit then refresh the page in dev to see the changes.
There has to be a better workflow using the repo. I thought of including the whole site, but then what about the database?
Does anyone have a good solution for team development with GitHub?
[ad_2]