diff --git a/Contributors.md b/Contributors.md index dda11e264b16f3c850787a39d5598a27143939db..7e095bb0b2a8f49a8c5e702beb91c25df4db53c4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -20,6 +20,7 @@ - [Ankit Anand](https://github.com/AnkitAnandMastery17) - [Mert Arcan](https://github.com/ArjeinN) - [Ayush Ranjan](https://github.com/1610ayush) +- [Oliver Twist] (https://github.com/bugz8) - [Alexander Nguyen](https://github.com/TheAlexN) - [Bash](https://github.com/holy-mother-I-am-drunk) -Neha Muthreja(https.//github.com/neha0003) diff --git a/additional-material/translations/removing-a-file.hi.md b/additional-material/translations/removing-a-file.hi.md deleted file mode 100644 index e4a583151158517831f3359699e75ee810732982..0000000000000000000000000000000000000000 --- a/additional-material/translations/removing-a-file.hi.md +++ /dev/null @@ -1,20 +0,0 @@ -# गिट से à¤à¤• फाइल को हटाना -कà¤à¥€-कà¤à¥€, आप किसी फ़ाइल को Git से हटाना चाहते हैं, लेकिन उसे अपने कंपà¥à¤¯à¥‚टर से हटाना नहीं चाहते हैं। आप निमà¥à¤¨ आदेश का उपयोग करके इसे पà¥à¤°à¤¾à¤ªà¥à¤¤ कर सकते हैं: - -``git rm <file> --cached`` - -## तो कà¥à¤¯à¤¾ हà¥à¤†? -Git अब हटाठगठफ़ाइल में परिवरà¥à¤¤à¤¨à¥‹à¤‚ का टà¥à¤°à¥ˆà¤• नहीं रखेगा। जहां तक Git को पता है, à¤à¤¸à¤¾ लगता है कि आपने फाइल को डिलीट कर दिया है। यदि आप अपने फाइल सिसà¥à¤Ÿà¤® में फाइल का पता लगाने वाले थे, तो आप देखेंगे कि यह अà¤à¥€ à¤à¥€ वहीं है। - -धà¥à¤¯à¤¾à¤¨ दें कि ऊपर के उदाहरण में, ``--cached`` फà¥à¤²à¥ˆà¤— का पà¥à¤°à¤¯à¥‹à¤— किया गया है। यदि हमने इस धà¥à¤µà¤œ को नहीं जोड़ा है, तो Git न केवल रेपो से, बलà¥à¤•ि आपके फ़ाइल सिसà¥à¤Ÿà¤® से à¤à¥€ फ़ाइल को हटा देगा। - -यदि आप git commit ``-m "Remove file1.js"`` के साथ परिवरà¥à¤¤à¤¨ करते हैं और इसे ``git push origin master`` का उपयोग करके दूरसà¥à¤¥ रिपॉजिटरी में धकेलते हैं, तो दूरसà¥à¤¥ रिपॉजिटरी फ़ाइल को हटा देगी। - -## अतिरिकà¥à¤¤ सà¥à¤µà¤¿à¤§à¤¾à¤¯à¥‡ -- यदि आप à¤à¤• से अधिक फ़ाइलों को हटाना चाहते हैं, तो आप उन सà¤à¥€ को à¤à¤• ही कमांड में शामिल कर सकते हैं: - -``git rm file1.js file2.js file3.js --cached`` - -- आप समान फ़ाइलों को निकालने के लिठवाइलà¥à¤¡à¤•ारà¥à¤¡ (*) का उपयोग कर सकते हैं। उदाहरण के लिà¤, यदि आप अपने सà¥à¤¥à¤¾à¤¨à¥€à¤¯ à¤à¤‚डार से सà¤à¥€ .txt फ़ाइलों को हटाना चाहते हैं: - -``git rm *.txt --cached`` \ No newline at end of file