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 implemented a version-control system that mimics some of the basic features of the popular system Git. The main functionality that Gitlet supports is: commits, restoration of previous commits (AKA checking out), logging, branching, and merging.