Git (EN)

Tool

Distributed Version Control System for tracking changes in software code

Git Architecture

flowchart LR   A[Working Directory] --> B[Staging Area]   B --> C[Local Repository]   C --> D[Remote Repository]   D -->C 

Basic Concepts

  • Related to: GitHub, GitLab, Bitbucket
  • Typically used together with CI/CD pipelines
  • Example use: Managing source code in open-source projects
Quelle: AI Generated