LogoLogo
  • Welcome to Kodesage
    • Introduction
    • The Kodesage engine
  • Key Features
    • Ask Kodesage
    • Automatic Documentation
    • Issue Analysis
  • Integrations
    • Git
    • Jira and Redmine
    • Confluence
  • Deploy Kodesage
    • Installation guide
    • Self-hosted LLM installation
    • Self-hosted Embedder installation
Powered by GitBook
On this page
Export as PDF
  1. Integrations

Git

Git integration overview

PreviousIssue AnalysisNextJira and Redmine

Last updated 4 months ago

For version control, Kodesage uses SSH keys to securely clone repositories and process the codebase, enabling detailed analysis and documentation generation.

Integration process

  1. Setup SSH Keys: Ensure SSH keys are added to the Git repository to establish a trusted connection for cloning.

  2. Repository Addition: Add the Git repository to Kodesage through the secure ingestion process.

  3. Code Analysis: Kodesage processes the repository's content, breaking it down into manageable segments for analysis and documentation generation.

How to connect a Git repistory to Kodesage

You will need to go to Data sources - Upload codebase. Once there, you will be able to either:

  • Upload a ZIP file directly

  • connect to an SSH Git Repository

  • connect to a HTTPS Git Repistory