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 ★★★★★
() автор топика
Ответ на: комментарий от PPP328

Оказывается сабрепы тоже надо прятать :(

steemandlinux ★★★★★
() автор топика

сабрепозиторий

нельзя не порекомендовать лучшую утилиту для менеджмента сабмодулей: хук pre-commit

forbid-submodules - forbids any submodules in the repository

t184256 ★★★★★
()
Ответ на: комментарий от hateyoufeel

можно зайти в директорий сабмодуля и там выполнять команды как в отдельном репе, будум-тс-с-с

Syncro ★★★★★
()
Для того чтобы оставить комментарий войдите или зарегистрируйтесь.