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
This project simulates Source Control activities similar to GIT. It supports multiple branches with hierarchical structures of folders and files, allowing users to modify and track file states (draft, staged, committed, etc.). The system maintains action histories, and includes operations like creating, deleting, and merging branches.