Skip to main content

SubModule Support

Commands supports submodule command recursion.

Default behavior

They get a default behavior:

Recurse on

The following commands will also execute themselves on submodules by default

You can disable this behavior with the no-recurse flag. ie

  • -nr
  • or --no-recurse

Example:

git-log -nr

Recurse off

These commands will not recurse by default

You can recurse by adding the recurse flag. ie:

  • -r
  • or --recurse

Example:

git-feature-squash -r