We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e47cfc + 641307d commit c70e7a3Copy full SHA for c70e7a3
Documentation/git-status.txt
@@ -246,10 +246,9 @@ U U unmerged, both modified
246
247
Submodules have more state and instead report
248
249
- M the submodule has a different HEAD than
250
- recorded in the index
251
- m the submodule has modified content
252
- ? the submodule has untracked files
+* 'M' = the submodule has a different HEAD than recorded in the index
+* 'm' = the submodule has modified content
+* '?' = the submodule has untracked files
253
254
since modified content or untracked files in a submodule cannot be added
255
via `git add` in the superproject to prepare a commit.
0 commit comments