Gitlet is a mini version control system based on Git. It implements the basic functionalities of Git, including init
, add
, commit
, rm
, log
, global-log
, find
, status
, checkout
, branch
, rm-branch
, reset
, and merge
.
Gitlet is the final project for CS61B.