1 - Our current workflow uses a dev/staging copy of the site at dev.domain.com & the live/production site at (www.)domain.com. I'm trying to figure out how to merge that workflow into something close to a Git Flow framework if possible? I know I'm not explaining this well at all :\
Hi Jason, thanks for your reply
2 - would prefer to track the whole database.
1 - Our current workflow uses a dev/staging copy of the site at dev.domain.com & the live/production site at (www.)domain.com. I'm trying to figure out how to merge that workflow into something close to a Git Flow framework if possible? I know I'm not explaining this well at all :\
For anyone who finds this post - worktrees were the answer to #1.
This was the ultimate solution: github.com/ferkungamaboobo/firmida...