Skip to content

danielrrv/got

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

got

The simple git implementation written in golang.

Aspired by https://maryrosecook.com/blog/post/git-from-the-inside-out

 got <command> [<args>]
	command:
		init		Create an empty repository or find a existing one in path provided.
		add			Add files to stage area.
		status		Report the state of the working tree.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages