Ondrej Mihályi created NETBEANS-2083:
----------------------------------------
Summary: Add support for git submodules - allow enable adding
--recurse-submodules argument
Key: NETBEANS-2083
URL: https://issues.apache.org/jira/browse/NETBEANS-2083
Project: NetBeans
Issue Type: Improvement
Components: versioncontrol - Git
Affects Versions: 9.0, 8.2, 10.0
Reporter: Ondrej Mihályi
Git supports nested projects with submodules. Once a directory in a git
repository is created as a submodule (separate git repository), it's possible
to work with both repositories by adding --recurse-submodules command line
option. E.g. "git commit --recurse-submodules".
Please, add a checkbox in the git dialogs in Netbeans (commit, checkout, push,
etc.) to add the "--recurse-submodules" argument to the git command generated
by the dialog.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists