bitbucket - Where are my files after git add .? -


मैं कमांड चलाऊँ:

  git commit -m 'आरंभिक कमिट' git add   

तब स्क्रीन ने मुझे जानकारी दी git-add

मुझे लगता है कि फ़ाइलों को दूरस्थ क्लाउड में जोड़ा गया था लेकिन मैं उन्हें अपने बिटबाकेट खाते में क्यों नहीं ढूँढ सकता।

ऑर्डर सही नहीं है।

संशोधित फ़ाइलें इस मामले में प्रतिबद्ध नहीं हैं।

आपको उन फ़ाइलों को इससे पहले जोड़कर BitBucket

  git add जोड़ना चाहिए। Git commit -m 'आरंभिक प्रतिबद्ध'   

बेहतर समझने के लिए गाइड का अध्ययन करें।

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -