To install better-git-clone scroll all the way down
better-git-clone is a command-line tool made in Python to be an improved version of git clone
by adding CLI features to cloning GitHub repos.
By running the better-git-clone.py
file in the src
folder you'll be prompted with this:
Once you enter the owner username and GitHub repo name you'll get the message:
Cloning into {REPO_NAME}
And boom! You've cloned the GitHub repo you requested to clone.
colorama
inquirer
Run
install-packages.py
to install them both at super-speed!
better-git-clone was developed to be more beginner friendly and easy to use.
Instead of entering the exact URL of the GitHub repo you want to clone just put the GitHub repo owner/author's username and the name of the repo and it clones it!
——————————————————————————
To install and use better-git-clone
you have to have Git.
To install better-git-clone
using Git enter the following command in your terminal / command line:
git clone https://github.com/myferr/better-git-clone/
——————————————————————————