1. (new commits) と表示される
1-1. git status の例
1 2 3 4 5 6 7 8 9 10 |
$ git status On branch develop Your branch is up-to-date with 'origin/develop'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: mySubModule (new commits) no changes added to commit (use "git add" and/or "git commit -a") |