Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.21 KB

PyGitty

Description

Simulating Git with a small python script.

Features

> Scans every file in a repository and prints their name if they were modified since the last commit.

> Features: Add, Commit, Status 

> Push, Pull, Fetch, Rebase, Merge are not implemented

> Additional Features planned

Requirements

Getting Started

  • Create a directory named .pygitty in the directory that should be a pygitty repository.
  • Copy the files that are located in the 'src' folder in the .pygitty directory.
  • Run PyGitty

Running PyGitty

Open a terminal in the .pygitty directory and type:

python3 PyGitty.py --version

License

This project is licensed under GPL-3.0 license. For more information, checkout License.