Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 290 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 290 Bytes

toygit

A toy implementation of git for learning git internals.

Install

$ go get github.com/kwQt/toygit

Commands

The commands implemented are listed below (Of course they don't have complete functionality).

  • init
  • add
  • commit
  • checkout
  • log
  • hash-object
  • cat-file