Getting Started with Strapi Workflows Using Git!

When you need to build a website, there are quite a few things that need to be considered. Some of them are more abstract, like how you're going to market the site, and some are more technical. In this article you'll be learning about one of the technical aspects of using a CMS for your website: versioning it with Git.


This is a companion discussion topic for the original entry at https://strapi.io/blog/getting-started-with-strapi-workflows-using-git

Could you share your thoughts about how the whole workflow should look like?
I’m using Gitlab CI for publishing after commits are applied, and I want to understand how to correctly update strapi configs, plugins, dependencies, new content-types, and so on.