Skip to content

Yet another git implementaiton for learning purpose

License

Notifications You must be signed in to change notification settings

LesleyLai/rustgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Git

Yet another Git clone. The purpose of this project is to help me understand git internals.

The objective is to develop something that can seamlessly substitute normal Git for day-to-day operations.

Commands Implemented

Porcelain Commands

Command Note & Limitations
init No support for reinitialization
commit
status
add also support stage

Plumbing Commands

Command Note & Limitations
cat-file currently only supports -p
hash-object
ls-tree
ls-files
write-tree
commit-tree
rev-parse currently only work with HEAD

References

Here are some references I used during this project

About

Yet another git implementaiton for learning purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages