when i git submodule update --init --recursive, it has a mistake.
git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: modules/DroneCAN/dronecan_dsdlc (new commits)
modified: modules/DroneCAN/libcanard (modified content)
no changes added to commit (use "git add" and/or "git commit -a")
when i git submodule update --init --recursive, it has a mistake.
git status On branch master Your branch is up-to-date with 'origin/master'.
Changes not staged for commit: (use "git add..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
no changes added to commit (use "git add" and/or "git commit -a")