Skip to main content

Version Control With Git

Appsmith provides a way to version control your apps by connecting them to a Git hosting provider (GitHub, GitLab, Bitbucket), making it easier to track changes, rollback changes or collaborate using Git branches.

info

In the Community edition, you can connect to unlimited public repositories but only up to three private repositories in a workspace. To connect more private repositories, you can upgrade to the Business or Enterprise plan.

Version Control with Git

Using Git in Appsmith

Version control in Appsmith is similar to the traditional Git workflow. The basic Git Workflow in Appsmith involves the following steps:

  1. Connect to Git repository
  2. Setup branches
  3. Commit changes
  4. Merge and Pull changes