Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you are adding or editing a module, you have a number of options, that determine, how the Git history from the module is integrated into the parent repository.


Info

All these options only affect the way the Git history is represented in the parent repository. The actual files, imported from the modules, and the Git history of the modules are always the same.


Commits

This option determines, whether the commit-graph from the module is merged into the parent graph ("merge"), or placed on top of it ("inline"). The difference is similar to that of "git merge" and "git rebase".

...