14 Mayıs 2011, CUMARTESİ
Nasıl Git deposu, birden fazla silinmiş dosyaları kaldırmak için
Aşağıda bazı dosyaları ve git durumunu gösterir sildiniz.
Kararlı ve itti var.
GitHub hala depodaki silinen dosyaları gösterir. Nasıl GitHub deposunda dosyaları silebilir miyim?
# 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
, kullanırsam aşağıdaki verir.
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
CEVAP
1 EYLÜL 2012, CUMARTESİ
git add -u
güncellemeleri tüm değişiklikleri
Bunu Paylaş:
Nasıl birden fazla çalıştırmak için .B...
Nasıl aynı yazı tipi için yazı tipi bi...
Nasıl Git deposu tarih commit/kaldırma...
Nasıl bir dize C / birden fazla satır ...
Nasıl bir HTML kabı için birden fazla ...