Skip to content

teaglebuilt/gh-subrepo

Repository files navigation

gh subrepo extension

GitHub Release License

This is an extension to enable management of git submodules with the github cli.

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}
  • fetch: gh subrepo fetch {path}
  • status: gh subrepo status {path}
  • branch: gh subrepo branch {path}

Inspiration

⭐ Inspired by git-subrepo