https://github.com/larryeitel/clone
This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.
https://github.com/larryeitel/clone
bash bash-script github
Last synced: 14 days ago
JSON representation
This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.
- Host: GitHub
- URL: https://github.com/larryeitel/clone
- Owner: LarryEitel
- Created: 2024-01-09T17:55:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T03:33:04.000Z (over 2 years ago)
- Last Synced: 2024-04-15T12:12:08.533Z (about 2 years ago)
- Topics: bash, bash-script, github
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple bash script that takes a git repository url and clones it to a local repos directory. It will delete the .git directory. The purpose is to feed repos into a local search engine for code search.
## Usage
```
chmod +x findall
chmod +x clone
$ ./clone https://github.com/LarryEitel/clone bash,git,tools
```