https://github.com/arthursudbrackibarra/auto-git-clone
Automatically clone git repositories using Windows right click menu.
https://github.com/arthursudbrackibarra/auto-git-clone
automation context-menu git python right-click-menu windows
Last synced: about 1 month ago
JSON representation
Automatically clone git repositories using Windows right click menu.
- Host: GitHub
- URL: https://github.com/arthursudbrackibarra/auto-git-clone
- Owner: ArthurSudbrackIbarra
- Created: 2022-06-27T00:56:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T17:38:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T16:22:17.540Z (about 2 months ago)
- Topics: automation, context-menu, git, python, right-click-menu, windows
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Git Clone
Automatically clone git repositories using Windows right click menu.

## How to Use
1. Copy the clone URL of the repository you want to clone.

2. Inside a folder in file explorer, right click -> 'Git Clone Here'.
## Requirements
- [Python 3](https://www.python.org/downloads/)
- [Git](https://git-scm.com/downloads)## Installation
1. Open a terminal * **as an administrator** *.
2. Clone this repository:```sh
git clone https://github.com/ArthurSudbrackIbarra/Auto-Git-Clone.git
```3. Go to the repository directory:
```sh
cd Auto-Git-Clone
```4. Install pip dependencies with:
```sh
pip install -r .\requirements.txt
```5. Run add_to_reg.py script:
```sh
python add_to_reg.py
```6. 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.