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.).
Clone the repository and navigate into the directory:
git clone https://github.com/devogabs/git-inator.git
cd git-inatorDownload the dependencies (currently only "Subprocess"):
pip install subprocessDone! You're ready to use it!
Just run the cli.py:
python3 src/cli.pyYou will see a cli menu with some options. Just enter the corresponding number to execute the actions.
Thank you for downloading!