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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -