https://github.com/teaglebuilt/gh-subrepo
https://github.com/teaglebuilt/gh-subrepo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/teaglebuilt/gh-subrepo
- Owner: teaglebuilt
- License: mit
- Created: 2025-03-27T17:54:40.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-27T18:44:24.000Z (about 1 month ago)
- Last Synced: 2025-03-27T19:23:04.627Z (about 1 month ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **subrepo** - Extension for managing git submodules (Git)
README
## gh subrepo extension
This is an extension to enable management of git submodules with the [github cli](https://cli.github.com/).
## Instructions
### Installation
```
gh extension install teaglebuilt/gh-subrepo
```### Commands
- **clone**: `gh subrepo clone {repo_url.git} {path}`
- **pull**: `gh subrepo pull {path}`
- **push**: `gh subrepo push {path}`### Inspiration
Inspired by [git-subrepo](https://github.com/ingydotnet/git-subrepo)