This is an extension to enable management of git submodules with the github cli.
gh extension install teaglebuilt/gh-subrepo
- clone:
gh subrepo clone {repo_url.git} {path}
- pull:
gh subrepo pull {path}
- push:
gh subrepo push {path}
- fetch:
gh subrepo fetch {path}
- status:
gh subrepo status {path}
- branch:
gh subrepo branch {path}
⭐ Inspired by git-subrepo