Do I have to know git to use the JAMstack?
DRANK

Atomic deploys is a key component of the JAMstack. With atomic deploys, static assets are delivered as entirely self contained entities with neither dependencies nor associations with what came before it; Every deploy is independent from the another. As a result of this, changes to a site are trackable and rolling back to a previous version of a site becomes trivial. The immutability of deploys is made possible with the power of version control tools like Git. In addition to keeping track of changes, version control doubly eases onboarding since ramping up on a project is a matter of pulling down a GitHub repository and running a few set up commands.It’s undeniable that the agility of the JAMstack is deeply rooted in Git. Knowing Git and understanding just a bit of code will give you full access and freedom to configure your site to your heart’s content. Regardless, there are ways to take advantage of the JAMstack without knowing much Git or any code at all. This is largely due to t…

dev.to
Related Topics: Git