Skip to content

Jonathon-AR/git-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Git built from scratch

This project is built with Python and CLI-library Argparse.

Branch

  • dev: contains the implementation
  • main: ahead of dev branch and gemini generated comments

Scope

Some commonly used git commands:

  • init
  • add
  • rm
  • commit
  • log
  • ls-tree
  • checkout
  • cat-file

Implementation

Inspired by the blog: https://wyag.thb.lt/, which explains the functioning of git.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages