PlaidCloud Git Connector
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.
Configuration
Section titled “Configuration”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.
Identification
Section titled “Identification”| Field | Type | Description |
|---|---|---|
| Account Name | Text | Display name for this connection. |
| Memo | Text | Optional note about what the connection is for. |
Repository
Section titled “Repository”| 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.
Common Uses
Section titled “Common Uses”- Serving a HoloViz Panel app from your workspace’s
appsrepository. - Sourcing user-defined functions, configuration, or templated files that live in PlaidCloud Git.
Related
Section titled “Related”- PlaidCloud Git Connection — task guide for creating the connection, with usage and security model
- Deploy a Panel App From PlaidCloud Git — the full path from repository to served app
- PlaidCloud Git guides — repositories, issues, pull requests, and more
- Git Repository Connections — external Git providers (GitHub, GitLab, and others)