Привет всем! Подскажите, почему не фиксируется папка в git с помощью команды git add .
Я добавил модуль rbac в yii2 проекте common/modules/rbac.
И директория не хочет фиксироваться.
spiritabsolute@spiritabsolute-K56CM:~/public_html/yii$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: common/config/main.php
new file: common/modules/rbac
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)
(commit or discard the untracked or modified content in submodules)
modified: common/modules/rbac (modified content)
Что значит (modified content) и the untracked?