Skip to content

BenSt099/PyGitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.