Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.24 KB

File metadata and controls

26 lines (17 loc) · 1.24 KB
sidebar_position
5

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

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. :::

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