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

@@ -9,7 +9,7 @@
- ஒரு கோப்பிலிருந்து படிக்கப்பட்ட செய்தியுடன் கட்டப்பட்ட கோப்புகளை கமிட்செய்யவும்:
`git commit --file {{பாதை/டு/கமிட்_செய்தி_கோப்பு}}`
`git commit --file {{கமிட்_செய்தி_கோப்பு/பாதை}}`
- அனைத்து மாற்றியமைக்கப்பட்ட கோப்புகளையும் தானாக நிலைநிறுத்து, செய்தியுடன் கமிட் செய்யுங்கள்:
@@ -25,7 +25,7 @@
- குறிப்பிட்ட (ஏற்கனவே அரங்கேற்றப்பட்ட) கோப்புகளை மட்டுமே கமிட் செய்யுங்கள்:
`git commit {{பாதை/டு/கோப்பு1}} {{பாதை/டு/கோப்பு2}}`
`git commit {{கோப்பு1/பாதை}} {{கோப்பு2/பாதை}}`
- கட்டப்பட்ட கோப்புகள் இல்லாவிட்டாலும், கமிட்டை உருவாக்கவும்: