pages.ta/*: update Tamil translation (#8467)

* Update Tamil translations

* Update Translation2

* Update git pages

* Fix linter error in git-clone.md
This commit is contained in:
K.B.Dharun Krishna
2022-10-01 01:30:17 +05:30
committed by GitHub
parent 9cc2261b28
commit 1f78c727c5
19 changed files with 118 additions and 70 deletions

View File

@@ -7,6 +7,10 @@
`git clone {{தொலை_களஞ்சிய_இடம்}}`
- ஏற்கனவே உள்ள களஞ்சியத்தை ஒரு குறிப்பிட்ட கோப்பகத்தில் குளோன் செய்யுங்கள்:
`git clone {{தொலை_களஞ்சிய_இடம்}} {{அடைவிற்குப்/பாதை}}`
- இருக்கும் களஞ்சியத்தையும் அதன் துணை தொகுதிகளையும் குளோன் செய்யுங்கள்:
`git clone --recursive {{தொலை_களஞ்சிய_இடம்}}`
@@ -22,3 +26,11 @@
- இயல்புநிலை கிளையில் மிகச் சமீபத்திய 10 கமிட்டுகளை மட்டுமே பெறும் களஞ்சியத்தை குளோன் செய்யுங்கள் (நேரத்தைச் சேமிக்க பயனுள்ளதாக இருக்கும்):
`git clone --depth {{10}} {{தொலை_களஞ்சிய_இடம்}}`
- ஏற்கனவே உள்ள களஞ்சியத்தை குளோன் செய்து ஒரு குறிப்பிட்ட கிளையை மட்டும் பெறுங்கள்:
`git clone --branch {{பெயர்}} --single-branch {{தொலை_களஞ்சிய_இடம்}}`
- ஒரு குறிப்பிட்ட SSH கட்டளையைப் பயன்படுத்தி ஏற்கனவே உள்ள களஞ்சியத்தை குளோன் செய்யவும்:
`git clone --config core.sshCommand="{{ssh -i பாதை/டு/தனியார்_ssh_key}}" {{தொலை_களஞ்சிய_இடம்}}`