Skip to content

A Mini version of the popular version control system git. Implemented most of the important commands.

Notifications You must be signed in to change notification settings

jojo39381/MiniGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGit

functionalities: git add, merge, checkout, commit, log, branch, status, and more

To Run The Program:

1. go to the Minigit folder -> run javac gitlet.Main.java

2. Make a new folder

3. cd into that new folder

4. run java {path to Minigit} gitlet.Main whatever command

5. example: java {path to Minigit} gitlet.Main init

6. Recommend adding command as alias

Screenshot

Screenshot

Screenshot

About

A Mini version of the popular version control system git. Implemented most of the important commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published