Closed
Description
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.