ฉันได้ลบบางไฟล์และสถานะ git แสดงดังต่อไปนี้
ฉันมุ่งมั่นและผลักดัน
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