“Сбросить не отрыванные файлы” Ответ

git удалить не отрыванные файлы

git clean -fdx
Outrageous Opossum

Сбросить не отрыванные файлы

How to remove local untracked files from the current Git branch
To remove directories, run git clean -f -d or git clean -fd.
To remove ignored files, run git clean -f -X or git clean -fX.
To remove ignored and non-ignored files, run git clean -f -x or git clean -fx.
G0ldP0ints

Ответы похожие на “Сбросить не отрыванные файлы”

Смотреть популярные ответы по языку

Смотреть другие языки программирования