Skip to content

git/index

Overview

Module

  • package: org.eclipse.dirigible.sdk.git
  • source: git/

This module provides JGit-backed operations against repositories the Dirigible IDE knows about under a user's workspace. It covers the everyday flow — clone, pull, push, checkout, status, log, file content at a given revision — plus branch and remote management.

The main components of this module are:

  • Git: Static facade for workspace-resident Git repositories. Repositories are addressed by (workspaceName, repositoryName); credentials and URIs only appear on the clone / pull / push operations.

Classes

Released under the EPL-2.0 License.