You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.