On January 16, 2020 2:46 PM, Andreas Schwab wrote: > On Jan 16 2020, Randall S. Becker wrote: > > > I'm finding that I have a frequent need to commit and push submodule > > changes because the submodule is currently subject to a whole bunch of > > changes. The submodule is pretty deep down in the java path of a maven > > project - so 7 directories down from the git root. It's a bloody pain > > to constantly change directories to get down there and back up to where I > am working. > > You can also use git -C <path> ... Yes, and I could also set up an alias, which I did, but it still seems like submodule operations might be made more convenient from anywhere in the parent repo in general. Just a suggestion for discussions.