Skip to content

EthanWolf714/MiniGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

MiniGit

This is a mini git clone made in java. Its something i found interesting and thought it would be fun to do as a resume project. Kept it simple for know but definetly will add more one day as little side project.

Project Structure

minigit/
├── src/
│   └── MiniGit.java        # Everything in one file to start!
├── .minigit/               # Created when you run 'init'
│   ├── objects/            # Stores file snapshots
│   └── HEAD                # Current commit hash
└── README.md

Commands so far:

  • minigit init
  • minigit add
  • minigit commit "message"
  • minigit log

Test Run

Screenshot 2025-09-21 222039

About

I mini Git clone written in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages