Skip to content
/ zgit Public

Implementing git in zig in order to learn both!

Notifications You must be signed in to change notification settings

frenata/zgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZGit

An exercise in learning both zig and more about the internals of git, roughly following WYAG towards that end.

Steps:

  • 3: initializing repos
    • command: init
    • searching upwards for a repo
  • 4: reading and writing objects
  • 5: reading commit history
  • 6: reading commit data
  • 7: refs, tags, and branches
  • 8: staging and the index

About

Implementing git in zig in order to learn both!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages