Skip to content

Implementation of Git Plumbing Commands in Python

Notifications You must be signed in to change notification settings

kush-jain/git-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Git Implementation

A small Git implementation that's capable of initializing a repository, creating commits and cloning a public repository.

Inspiration

Inspired by codecrafters.

Dependencies

Tested with Python 3.9+

Testing locally

The run.sh script is expected to operate on the .git folder inside the current working directory. If you're running this inside the root of this repository, you might end up accidentally damaging your repository's .git folder.

We suggest executing run.sh in a different folder when testing locally.

For example:

mkdir -p /tmp/testing && cd /tmp/testing
/path/to/your/repo/run.sh init

To make this easier to type out, you could add a shell alias:

alias mygit=/path/to/your/repo/your_program.sh

mkdir -p /tmp/testing && cd /tmp/testing
mygit init

About

Implementation of Git Plumbing Commands in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •