/Auto-Git-Clone

Automatically clone git repositories using Windows right click menu.

Primary LanguagePython

Auto Git Clone

Automatically clone git repositories using Windows right click menu.

Git Clone Here

How to Use

  1. Copy the clone URL of the repository you want to clone.

Copy Clone URL

  1. Inside a folder in file explorer, right click -> 'Git Clone Here'.

Requirements

Installation

  1. Open a terminal * as an administrator *.

  2. Clone this repository:

git clone https://github.com/ArthurSudbrackIbarra/Auto-Git-Clone.git
  1. Go to the repository directory:
cd Auto-Git-Clone
  1. Install pip dependencies with:
pip install -r .\requirements.txt
  1. Run add_to_reg.py script:
python add_to_reg.py
  1. Done! Now, if you go to a folder in file explorer and right click inside it, you should be able to see the 'Git Clone Here' option.