JadeGit
DownloadsSource
0.14.0
0.14.0
  • Welcome
  • Developers
    • Getting Started
      • Repositories
      • Branches
      • Remotes
    • Making Changes
      • Adding Schemas
    • Deployments
      • Scripts
    • Platform Support
  • Troubleshooting
  • Deployment
    • Overview
    • Registry
  • Console
    • Overview
    • Install
      • Clone
      • Fetch
    • Open
      • Switch
    • Extract
      • Commit
      • Backfill
    • Registry
    • Build
  • Migration
    • Overview
Powered by GitBook
On this page

Welcome

NextGetting Started

Last updated 1 month ago

Welcome to JadeGit, an extension for the , which provides source control capabilities for development teams wanting to use Git repositories, possibly as part of implementing a modern DevOps workflow with a CI/CD pipeline.

How It Works

Interacting with Git repositories is achieved using , which also provides the ability to use the Jade database as the persistent ODB backend for repository data.

Source control is implemented using the existing to track changes. Once ready, changes can be staged & committed, which extracts schema entities and saves them to the repository using a bespoke file format.

Deploying changes is achieved using a standalone console CLI to build deployments, which handles comparing previous & latest versions to generate a set of command/schema files and can be run within a CI/CD pipeline.

open-source
Jade Platform
libgit2
IDE hooks