LINUX.ORG.RU

Git restore и git stash не убирают Changes not staged for commit:

 


1

2

Не могу убрать сообщение про сабрепозиторий:

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   modules/dclua/configs (modified content, untracked content)

Пробовал restore, stash, commit. Бесполезно :(

Из-за чего не могу выполнить stash apply.

git commit -am 'satisfy the git.'
On branch vicell
Your branch is up to date with 'origin/vicell'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   modules/dclua/configs (modified content, untracked content)

no changes added to commit (use "git add" and/or "git commit -a")
steemandlinux ★★★★★
() автор топика