An open API service indexing awesome lists of open source software.

https://github.com/teaglebuilt/gh-subrepo


https://github.com/teaglebuilt/gh-subrepo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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)