8000 GitHub - tcluri/gitpy: A git client in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tcluri/gitpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

A minimal git client in Python

An attempt to write a minimal git client written in Python.

Setup

  • To test the function `test_index_functions()`, we need an empty repository where git is initialized `git init`.
  • The files and folders should have the following structure. The files can have any text in them.
    .
    ├── hello.txt
    └── test
        ├── this
        │   └── now
        │       └── testthisnow.txt
        └── this.txt
    
        

About

A git client in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0