Skip to content

Git-inator is a git and gh wrapper that facilitate initializing both local and remote repositories.

Notifications You must be signed in to change notification settings

devogabs/git-inator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

Git-inator is a git and gh wrapper that facilitate initializing both local and remote repositories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages