pages.ta: standardize placeholders, update pages (#11478)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-13 07:58:59 +05:30
committed by GitHub
parent 613f30030f
commit bee46b42e6
96 changed files with 383 additions and 350 deletions

View File

@@ -13,16 +13,16 @@
- மேலே உள்ளதைப் போலவே, ஆனால் கோப்புக்கு ஜிப் காப்பகத்தை எழுதவும்:
`git archive --verbose --output={{பாதை/டு/கோப்பு.zip}} HEAD`
`git archive --verbose --output={{கோப்பு.zip/பாதை}} HEAD`
- ஒரு குறிப்பிட்ட கிளையில் சமீபத்திய உறுதிப்பாட்டின் உள்ளடக்கங்களிலிருந்து தார் காப்பகத்தை உருவாக்கவும்:
`git archive --output={{பாதை/டு/கோப்பு.tar}} {{கிளை_பெயர்}}`
`git archive --output={{கோப்பு.tar/பாதை}} {{கிளை_பெயர்}}`
- ஒரு குறிப்பிட்ட கோப்பகத்தின் உள்ளடக்கங்களிலிருந்து தார் காப்பகத்தை உருவாக்கவும்:
`git archive --output={{பாதை/டு/கோப்பு.tar}} HEAD:{{அடைவிற்குப்/பாதை}}`
`git archive --output={{கோப்பு.tar/பாதை}} HEAD:{{அடைவிற்குப்/பாதை}}`
- ஒவ்வொரு கோப்பிற்கும் ஒரு குறிப்பிட்ட கோப்பகத்திற்குள் காப்பகப்படுத்த ஒரு பாதையைத் தயாரிக்கவும்:
`git archive --output={{பாதை/டு/கோப்பு.tar}} --prefix={{தயார்படுத்தும்/பாதை}}/ HEAD`
`git archive --output={{கோப்பு.tar/பாதை}} --prefix={{தயார்படுத்தும்/பாதை}}/ HEAD`