Skip to content
#

branching-and-merging

Here are 4 public repositories matching this topic...

Language: All
Filter by language

Git is a version control system that tracks changes in code. Developers use it to manage and collaborate on their code. GitHub is a cloud-based platform that hosts Git repositories. It is primarily used for code hosting, version control, collaboration, and project management.

  • Updated Oct 11, 2024
  • HTML

miniGit is a simplified Git-like version control system built in C++ that implements core Git workflows (commits, branching, staging, object storage) while using Merkle Trees for fast change detection and repository integrity verification.

  • Updated Jun 24, 2026
  • C++

Add this topic to your repo

To associate your repository with the branching-and-merging topic, visit your repo's landing page and select "manage topics."

Learn more