Gitlet
README.md

Gitlet Project - Abraham Briones

A version-control system that mimics some of the basic features of the popular Git system. This is simpler and not as fully featured but it retains common features such as:

  • add
  • commit
  • make a branch
  • checkout file
  • checkout file from a specified commit
  • checkout a branch
  • log
  • status

Java Utilization

It has been built on Java and has been designed according to the specifications provided by https://sp21.datastructur.es/materials/proj/proj2/proj2#a-note-on-this-spec.