Category "git-flow"

Deploying Hugo onto staging website from feature branch

I was wondering whether there are folks out there who have found a proper solution for the following... We have a Hugo static website for which the code resides

git flow merge down/left continously

Git flow ensures the following way that changes to master and release eventually end up in develop: hotfixes branch from master and merge back to develop. If t