Skip to content

tedbauer/spit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spit

Git clone, following along with Write yourself a git!.

Install

cargo build && alias spit=$PWD/target/debug/spit

Example usages

spit init testrepo
cd testrepo
echo "test content" > file1.txt
spit hash-object file1.txt
spit cat-file <file1 sha>

About

Git clone, following along with https://wyag.thb.lt/#org4a4112c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages