Tag: Git
7 items found
Glossary Terms
Feature Branch
A feature branch keeps new work in a separate Git branch, making experiments, reviews, and merges easier to control.
Git
Git is distributed version control that tracks code changes through commits and lets teams work in parallel with branching and merging.
GitFlow
GitFlow is a Git workflow that assigns separate roles to main, develop, feature, release, and hotfix branches for controlled releases.
GitHub
GitHub hosts Git repositories and brings software teams together with pull requests, issues, packages, security features, and automation.
GitOps
GitOps is a deployment approach where desired infrastructure and application state is stored in Git and synced automatically.
Merge Request / Pull Request
A merge request asks teammates to review, discuss, and approve branch changes before they are merged into a main code line.
Monorepo
A monorepo keeps multiple apps and packages in one Git repository so tooling, dependencies, and changes can be managed together.