Better Version control system (VCS) in retool

Sometimes we are working on multiple features for a single retool app. We do use release feature but it a very basic version control. Creating branches like git branch will help us a lot.
Please add better vcs in retool.

Hey @makeavishOkc, and welcome to the community! This is definitely a good idea and something that we’re thinking about. Git Syncing is available if you’re running Retool on prem.

1 Like

Hey @makeavishOkc, I wanted to share that we've introduced a major update here called Retool Source Control.

With Source Control, you can:

  • Edit an application on git-based branches without overwriting your teammate's edits—even while end-users continue using the live in-production app
  • Review code changes with pull requests from the current branch to the main branch on source-controlled apps
  • Easily isolate and promote changes in different Retool instances (dev, staging, QA, and production)

Resources:

1 Like