Category
page 1Version control
version control
activity of managing the versions of one or more files
source code repository
data storage for software revision control
release management
process of planning and controlling a software build through different stages and environments, including testing and deployment
Gitea
Gitea () is a forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, code review, continuous integration, kanban boards, tickets, and wikis. It supports self-hosting and also provides a free public first-party instance. It is a fork of Gogs and is written in Go and TypeScript. Gitea can be hosted on all platforms supported by Go including FreeBSD, Linux, macOS, OpenBSD, and Windows. The project is funded on Open Collective.
distributed revision control system
approach to version control
version control branch
data structure in a version control system allowing parallel development
software version
defined and identifiable development stage of a software product

Codeberg e.V.
Codeberg e.V. is a German nonprofit organization specialized in open-source software development services.
codebase
A codebase (or code base) is a collection of source code that is maintained as a unit. Typically, it is used to build one or more software components including applications and libraries.
Gitee
Gitee () is a proprietary online forge that allows software version control using Git and is intended primarily for the hosting of open source software. It is a fork of Gitea and uses a compatible API. It was launched by Shenzhen-based OSChina in 2013. Gitee claims to have more than 10 million repositories and 5 million users.
Stepping level
versions of a processor of the same processor type
merge
fundamental version-control operation that reconciles the changes made in independent branches
Dat
data distribution software with a version control feature for tracking changes and publishing datasets
trunk
main branch (version) of a file tree under revision control
Forgejo
Forgejo () is software for hosting a forge using the Git version control system to aid with software development. The package allows developers to use collaborative features like bug tracking, code review, continuous integration, kanban boards, issue tracking system tickets, and wikis with their projects. The package is designed to be self-hosted by developers, and a public instance is provided to try out the software, however forges that are hosted by organizations such as Codeberg are more commonly used. Forgejo can be hosted on most platforms that support the Go runtime, including macOS, ex
monorepo
In version-control systems, a monorepo ("mono" meaning 'single' and "repo" being short for 'repository') is a software-development strategy in which the code for a number of projects is stored in the same repository. This practice dates back to at least the early 2000s, when it was commonly called a shared codebase. Google, Meta, Microsoft, Uber, Airbnb, and Twitter all employ very large monorepos with varying strategies to scale build systems and version control software with a large volume of code and daily changes.
Committer
A committer is an individual who is permitted to modify the source code of a software project, that will be used in the project's official releases. To contribute source code to most large software projects, one must make modifications and then "commit" those changes to a central version control system.
edit conflict
computer problem