.GIT/FETCH_HEAD
English Meaning
In the Git version control system, '.git/FETCH_HEAD' is a file that records the tips of branches that were last fetched from remote repositories. It points to the commit that was last successfully fetched from a remote, often used to track what was brought in by a 'git fetch' command.
Hurdu Script
Git version control system mein, '.git/FETCH_HEAD' ek file hai jo remote repositories se aakhri baar fetch kiye gaye branches ke tips ko record karti hai. Yeh us commit ki taraf ishara karta hai jo remote se aakhri baar kamyabi se fetch kiya gaya tha, aksar 'git fetch' command se laayi gayi cheezon ko track karne ke liye istemal hota hai.
Hurdu Script (اردو)
گٹ ورژن کنٹرول سسٹم میں، '.git/FETCH_HEAD' ایک فائل ہے جو ریموٹ ریپوزٹریز سے آخری بار فیچ کیے گئے برانچز کے ٹپس کو ریکارڈ کرتی ہے۔ یہ اس کمٹ کی طرف اشارہ کرتا ہے جو ریموٹ سے آخری بار کامیابی سے فیچ کیا گیا تھا، اکثر 'git fetch' کمانڈ سے لائی گئی چیزوں کو ٹریک کرنے کے لیے استعمال ہوتا ہے۔
Hindi Script (हिन्दी)
गिट संस्करण नियंत्रण प्रणाली में, '.git/FETCH_HEAD' एक फ़ाइल है जो रिमोट रिपॉजिटरी से आखिरी बार फ़ेच किए गए ब्रांच के टिप्स को रिकॉर्ड करती है। यह उस कमिट की ओर इशारा करता है जो रिमोट से आखिरी बार सफलतापूर्वक फ़ेच किया गया था, अक्सर 'git fetch' कमांड द्वारा लाई गई चीज़ों को ट्रैक करने के लिए उपयोग किया जाता है।
Etymology / Origin
English Etymology
This is not a word with traditional linguistic etymology. It is a technical file path within the Git distributed version control system. The '.git' directory is where Git stores all its internal data for a repository, and 'FETCH_HEAD' is a specific file within this directory. The Git system itself was created by Linus Torvalds in 2005 for Linux kernel development.
Hurdu Etymology
Yeh ek lafz ki tarah zubani etymology nahi rakhta. Yeh Git distributed version control system ke andar ek takneeki file path hai. '.git' directory woh jagah hai jahan Git ek repository ke liye apna tamam andaruni data store karta hai, aur 'FETCH_HEAD' is directory ke andar ek khaas file hai. Git system khud Linus Torvalds ne 2005 mein Linux kernel ki development ke liye banaya tha.
Urdu Etymology (اردو)
یہ ایک لفظ کی طرح لسانی اشتقاق نہیں رکھتا۔ یہ گٹ ڈسٹری بیوٹڈ ورژن کنٹرول سسٹم کے اندر ایک تکنیکی فائل پاتھ ہے۔ '.git' ڈائریکٹری وہ جگہ ہے جہاں گٹ ایک ریپوزٹری کے لیے اپنا تمام اندرونی ڈیٹا اسٹور کرتا ہے، اور 'FETCH_HEAD' اس ڈائریکٹری کے اندر ایک خاص فائل ہے۔ گٹ سسٹم خود لینس ٹوروالڈس نے 2005 میں لینکس کرنل کی ڈیولپمنٹ کے لیے بنایا تھا۔
Hindi Etymology (हिन्दी)
यह एक शब्द की तरह भाषाई व्युत्पत्ति नहीं रखता। यह गिट डिस्ट्रीब्यूटेड संस्करण नियंत्रण प्रणाली के भीतर एक तकनीकी फ़ाइल पाथ है। '.git' डायरेक्टरी वह जगह है जहाँ गिट एक रिपॉजिटरी के लिए अपना सभी आंतरिक डेटा संग्रहीत करता है, और 'FETCH_HEAD' इस डायरेक्टरी के अंदर एक खास फ़ाइल है। गिट सिस्टम स्वयं लिनस टॉरवाल्ड्स ने 2005 में लिनक्स कर्नेल के विकास के लिए बनाया था।