Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 770 Bytes

File metadata and controls

29 lines (20 loc) · 770 Bytes

Git-inator

Git-inator is a git and gh wrapper. I wrote it for learning Git version control and the Git/GitHub CLI commands (and also because i always forget to create the remote repo first, then spent 30 minutes trying to figure out why i got an error message when pushing the commits.).

1. Installation

Clone the repository and navigate into the directory:

git clone https://github.com/devogabs/git-inator.git
cd git-inator

Download the dependencies (currently only "Subprocess"):

pip install subprocess

Done! You're ready to use it!

2. Usage

Just run the cli.py:

python3 src/cli.py

You will see a cli menu with some options. Just enter the corresponding number to execute the actions.

Thank you for downloading!