Hello @rbdwt09 -
The uesio CLI can be used to support version control for your ues.io applications. Once you have installed the CLI, you can run uesio workspace retrieve to download all the current metadata for a workspace and then use standard git commands. Additionally, if you make changes to your local copy, you can run uesio workspace deploy to push your local changes to the server.
While not directly associated to simple version control of ues.io applications, the following videos both use this paradigm and can be used for reference:
Hope this helps!