일부 파일을 삭제했으며 아래와 같이 자식 상태가 표시됩니다.
나는 커밋하고 추진했다.
GitHub는 여전히 저장소에서 삭제 된 파일을 표시합니다. GitHub 리포지토리에서 파일을 어떻게 삭제합니까?
# On branch master
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: modules/welcome/language/english/kaimonokago_lang.php
# deleted: modules/welcome/language/french/kaimonokago_lang.php
# deleted: modules/welcome/language/german/kaimonokago_lang.php
# deleted: modules/welcome/language/norwegian/kaimonokago_lang.php
를 사용 git rm
하면 다음을 제공합니다.
usage: git rm [options] [--] <file>...
-n, --dry-run dry run
-q, --quiet do not list removed files
--cached only remove from the index
-f, --force override the up-to-date check
-r allow recursive removal
--ignore-unmatch exit with a zero status even if nothing matched