Which the best way for create versionament in Pinegrow?

Hey guys, I see a lot of developers using git to save code versioning.

What is the best way to implement this in pinegrow?

I would like to have the history of all versions that are created in case someone on the team messes with something wrong I can recover previous versions.

Using Git for Pinegrow project is same like any other projects. You create a repo and push changes to it.

What I usually do is, create a repo on Github, get/copy the link and clone in me local server location. And within that folder your project files should remain.