git-check-*: use standard multiple path conventions (#11985)

This commit is contained in:
Reinhart Previano Koentjoro
2024-01-03 15:40:31 +07:00
committed by GitHub
parent 79dea90876
commit 4bbfbd300c
8 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
- பல கோப்புகள் அல்லது கோப்பகங்கள் புறக்கணிக்கப்படுகின்றனவா என்பதைச் சரிபார்க்கவும்:
`git check-ignore {{கோப்பு/பாதை}} {{அடைவிற்குப்/பாதை}}`
`git check-ignore {{கோப்பு_அல்லது_அடைவு1/பாதை கோப்பு_அல்லது_அடைவு2/பாதை ...}}`
- `stdin` இலிருந்து ஒரு வரியில் ஒன்றுக்கு பாதை பெயர்களைப் பயன்படுத்தவும்:
@@ -17,8 +17,8 @@
- குறியீட்டை சரிபார்க்க வேண்டாம் (பாதைகள் ஏன் கண்காணிக்கப்பட்டன மற்றும் புறக்கணிக்கப்படவில்லை என்பதை பிழைத்திருத்த பயன்படுகிறது):
`git check-ignore --no-index {{கோப்பு_அல்லது_அடைவு/பாதை}}`
`git check-ignore --no-index {{கோப்பு_அல்லது_அடைவு1/பாதை கோப்பு_அல்லது_அடைவு2/பாதை ...}}`
- ஒவ்வொரு பாதைக்கும் பொருந்தும் முறை பற்றிய விவரங்களைச் சேர்க்கவும்:
`git check-ignore --verbose {{கோப்பு_அல்லது_அடைவு/பாதை}}`
`git check-ignore --verbose {{கோப்பு_அல்லது_அடைவு1/பாதை கோப்பு_அல்லது_அடைவு2/பாதை ...}}`