Skip to content

OOP implementation of a version-control system that mimics some of the basic features of the popular system Git

Notifications You must be signed in to change notification settings

akshaynthakur/gitlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gitlet

A project for Data Structures and Algorithms (CS61B), UC Berkeley's second introductory computer science course.

The project involves creating a version control system which mimics some of the basic features of Git, as well as some additional features. The features implemented are init, add, commit, rm, log, global-log, find, status, checkout, branch, rm-branch, reset, and merge.

Note: this repo only contains the design documentation for the project. To view all project files, please request access to the full-gitlet repo.

About

OOP implementation of a version-control system that mimics some of the basic features of the popular system Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published