Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 537 Bytes

In order to use package - download it using pip

$ pip install fake-git

Explanation

    status           "Prints current status of fake_git"
    init             "Inits fake_git repository"
    commit           "Commits staged files"
    add <file_name>  "Stages new files"

How to use

    fake_git status
    fake_git init
    fake_git commit
    fake_git add <file_name>

Example of usage\

Alt text