Automatically clone git repositories using Windows right click menu.
- Copy the clone URL of the repository you want to clone.
- Inside a folder in file explorer, right click -> 'Git Clone Here'.
-
Open a terminal * as an administrator *.
-
Clone this repository:
git clone https://github.com/ArthurSudbrackIbarra/Auto-Git-Clone.git
- Go to the repository directory:
cd Auto-Git-Clone
- Install pip dependencies with:
pip install -r .\requirements.txt
- Run add_to_reg.py script:
python add_to_reg.py
- 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.