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 - simplified version control system implemented in Go, inspired by Git. It provides core functionalities like repository initialization, commit tracking, branching, and logging, along with a minimal web-based UI. This project demonstrates concepts of version control, file system management, and backend development using Go