Skip to content

joekur/gyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gyt

Gyt is my little project to create a bare-bones git clone as a ruby gem.

Usage - CLI

Currently, the following commands are (at least partially) implemented:

$ gyt init
$ gyt add ./file/path
$ gyt status
$ gyt commit -m "First commit"
$ gyt log
$ gyt checkout -b release
$ gyt checkout master

About

Git "clone" in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages