Skip to content
forked from acmpesuecc/myGit

Making my own Git implementation on Python

License

Notifications You must be signed in to change notification settings

UltraBot05/myGit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myGit

My implementation of git made using Python

commands working so far :

  1. init
  2. hash-object
  3. cat-file
  4. write-tree
  5. read-tree
  6. commit
  7. checkout

I shall update the readme as I add features :)

Installation Instructions :

$ git clone git@github.com:acmpesuecc/myGit.git
$ cd myGit
$ pip install --editable .

Usage :

$ mygit --help

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to contribute to this project.

License

This project is licensed under the GNU GPL v3 License. See the LICENSE file for more details.

About

Making my own Git implementation on Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%