X Tutup
The Wayback Machine - https://web.archive.org/web/20220122143447/https://github.com/extrawurst/gitui/issues/1087
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodule Support #1087

Open
DctrNoob opened this issue Jan 22, 2022 · 1 comment
Open

Submodule Support #1087

DctrNoob opened this issue Jan 22, 2022 · 1 comment

Comments

@DctrNoob
Copy link

@DctrNoob DctrNoob commented Jan 22, 2022

I'd really like to see submodule support, i.e. updating and navigating into and out of submodules connected to the main repository. My most common use case is to invoke git submodule update --init --recursive after a git pull. Of course, once you navigate into a submodule, this module is just another repo and the normal gitui applies.

@extrawurst
Copy link
Owner

@extrawurst extrawurst commented Jan 22, 2022

so I would understand this as multiple feature requests, correct me if I am wrong:

  1. update all submodules recursively
  2. list submodules
  3. navigate into a submodule (essentially spawning a new gitui inside the submodule)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
X Tutup