Skip to content

A Version Control System, inspired by Git. Designed in Java.

Notifications You must be signed in to change notification settings

chungsml/Gitlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlet

A Version Control System, inspired by Git. Designed in Java.

This Version Control System mimics some of the basic features of the popular version control system Git, only smaller ofcourse. For the uninitiated, a version control system helps you save snapshots of your files at different points in time. That way, if you mess them up later, you can return to earlier versions.

Gitlet supports operations such as staging/unstaging files, merging, removing, rebasing and interactively rebasing branches. It also utilizes SCP to provide for remote operations such as pulling, pushing and cloning branches remotely.

For usage details, please refer to: https://berkeley-cs61b.github.io/public_html/materials/proj/proj2/proj2.html

About

A Version Control System, inspired by Git. Designed in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages