मैंने नीचे कुछ फ़ाइलें और गिट स्थिति शो को हटा दिया है।
मैंने प्रतिबद्ध और धक्का दिया है।
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