एडवांस्ड Git
Amanda Crawford-Adamo
Software and Data Engineer
Git LFS कमांड:
git lfs
फायदे:
Git LFS इनिशियलाइज़ करें
git lfs install
ट्रैक करने के लिए फाइलें सेट करें और .gitattributes बनाएँ
git lfs track "*.csv"
ट्रैकिंग कॉन्फ़िग के साथ .gitattributes को git इंडेक्स में जोड़ें
git add .gitattributes
git commit -m "Track CSV files"

git add से नई फाइल जोड़ेंgit add large_file.csv
git commit -m "Update large CSV file"
git push origin main
git pull
git lfs pull # यदि LFS कंटेंट स्पष्ट रूप से डाउनलोड करना हो
कब उपयोग करें:
कब न करें:
टिप्स:
एडवांस्ड Git