Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomdtr/gh-get
clone repository in a specific directory
https://github.com/pomdtr/gh-get
gh-extension
Last synced: about 2 months ago
JSON representation
clone repository in a specific directory
- Host: GitHub
- URL: https://github.com/pomdtr/gh-get
- Owner: pomdtr
- Created: 2022-11-16T00:08:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:23:24.000Z (about 2 months ago)
- Last Synced: 2024-11-12T01:21:20.478Z (about 2 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-get
```sh
gh extrension install pomdtr/gh-get
git config --global gh-get.root ~/Developer
gh get https://github.com/pomdtr/sunbeam
# Runs `git clone https://github.com/pomdtr/sunbeam ~/Developer/github.com/pomdtr/sunbeam`
```