Skip to content

PlaidCloud Git is the managed Git service built into your workspace. A PlaidCloud Git connection points a Panel deployment — or a workflow — at one of your repositories. Because the service is managed, it needs no server URL, username, or token: PlaidCloud supplies the host and authenticates on your behalf.

For the end-to-end walkthrough of serving a Panel app from one of these connections, see Deploy a Panel App From PlaidCloud Git. To create repositories and push code, see the PlaidCloud Git guides.

From Tools > Connections, click New Connection and choose PlaidCloud Git. The form drops the authentication, SSL, and SSH sections that external Git providers show — credentials are platform-derived — leaving the connection’s identity, usage, and repository target.

Field Type Description
Account Name Text Display name for this connection.
Memo Text Optional note about what the connection is for.
Field Type Description
Repository Path Text The repository to use, in the form <organization>/<repository> — for example, your workspace’s apps or udfs repository.
Default Branch Text The branch to read from. Defaults to main.
Start Path Text Optional path prefix applied to all file lookups, if your files live in a subdirectory of the repository.

Usage (Active / Read Only) and the Security Model (who in the workspace may use the connection) are the standard connection settings — see the connection guide and Create and Manage a Connection.

  • Serving a HoloViz Panel app from your workspace’s apps repository.
  • Sourcing user-defined functions, configuration, or templated files that live in PlaidCloud Git.