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

@@ -5,11 +5,11 @@
- இணைக்கப்பட்ட கோப்புகளைப் பற்றிய செய்திகளை அச்சிடுங்கள்:
`git apply --verbose {{பாதை/டு/கோப்பு}}`
`git apply --verbose {{கோப்பு/பாதை}}`
- இணைக்கப்பட்ட கோப்புகளை குறியீட்டில் பயன்படுத்தவும் மற்றும் சேர்க்கவும்:
`git apply --index {{பாதை/டு/கோப்பு}}`
`git apply --index {{கோப்பு/பாதை}}`
- ரிமோட் பேட்ச் கோப்பைப் பயன்படுத்துங்கள்:
@@ -17,12 +17,12 @@
- உள்ளீட்டிற்கான வெளியீட்டு வேறுபாடு நிலை மற்றும் இணைப்பு பொருந்தும்:
`git apply --stat --apply {{பாதை/டு/கோப்பு}}`
`git apply --stat --apply {{கோப்பு/பாதை}}`
- பேட்சை தலைகீழாகப் பயன்படுத்துங்கள்:
`git apply --reverse {{பாதை/டு/கோப்பு}}`
`git apply --reverse {{கோப்பு/பாதை}}`
- பேட்ச் முடிவை குறியீட்டில் வேலை செய்யும் மரத்தை மாற்றாமல் சேமிக்கவும்:
`git apply --cache {{பாதை/டு/கோப்பு}}`
`git apply --cache {{கோப்பு/பாதை}}`