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

pull/23/head
Reinhart Previano Koentjoro 2024-01-03 15:40:31 +07:00 committed by GitHub
parent 79dea90876
commit 4bbfbd300c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 23 deletions

View File

@ -9,7 +9,7 @@
- Comprueba si varios archivos o directorios son ignorados:
`git check-ignore {{ruta/al/archivo}} {{ruta/al/directorio}}`
`git check-ignore {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
- Usa nombres de rutas, uno por línea, a partir de la entrada estandar (`stdin`):
@ -17,8 +17,8 @@
- No comprueba el índice (se utiliza para depurar por qué las rutas fueron rastreadas y no ignoradas):
`git check-ignore --no-index {{ruta/de_los/archivos_o_directorios}}`
`git check-ignore --no-index {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
- Incluye detalles sobre el patrón de coincidencia para cada ruta:
`git check-ignore --verbose {{ruta/de_los/archivos_o_directorios}}`
`git check-ignore --verbose {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`

View File

@ -9,7 +9,7 @@
- Vérifie que plusieurs fichiers ou répertoires sont ignorés :
`git check-ignore {{chemin/vers/fichier}} {{chemin/vers/répertoire}}`
`git check-ignore {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}`
- Utilisez des chemins d'accès, un par ligne, de `stdin` :
@ -17,8 +17,8 @@
- Ne pas vérifier l'index (utilisé pour déboguer pourquoi les chemins ont été suivis et non ignorés) :
`git check-ignore --no-index {{chemin/vers/fichiers_ou_répertoires}}`
`git check-ignore --no-index {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}`
- Inclure les détails pour chaque occurrence dans le chemin :
`git check-ignore --verbose {{chemin/vers/fichiers_ou_répertoires}}`
`git check-ignore --verbose {{chemin/vers/fichier_ou_répertoire1 chemin/vers/fichier_ou_répertoire2 ...}}`

View File

@ -9,7 +9,7 @@
- Verifica se più file o directory sono ignorati:
`git check-ignore {{percorso/del/file}} {{percorso/della/directory}}`
`git check-ignore {{percorso/del/file_o_directory1 percorso/del/file_o_directory2 ...}}`
- Leggi i percorsi di file o directory da `stdin` (uno per riga) invece che dalla riga di comando:
@ -17,8 +17,8 @@
- Non controllare nell'indice (usato per determinare il motivo per cui alcuni percorsi non sono ignorati):
`git check-ignore --no-index {{percorsi/dei/file_o_directory}}`
`git check-ignore --no-index {{percorso/del/file_o_directory1 percorso/del/file_o_directory2 ...}}`
- Includi dettagli sul pattern corrispondente per ogni percorso specificato:
`git check-ignore --verbose {{percorsi/dei/file_o_directory}}`
`git check-ignore --verbose {{percorso/del/file_o_directory1 percorso/del/file_o_directory2 ...}}`

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/பாதை ...}}`

View File

@ -13,8 +13,8 @@
- Birden fazla dosyadaki belirtilmiş atıfın değerini kontrol et:
`git check-attr --all {{örnek/dosya1}} {{örnek/dosya2}}`
`git check-attr --all {{örnek/dosya1 örnek/dosya2 ...}}`
- Bir veya birden fazla dosyadaki belirtilmiş atıfın değerini kontrol et:
`git check-attr {{atıf}} {{örnek/dosya1}} {{örnek/dosya2}}`
`git check-attr {{atıf}} {{örnek/dosya1 örnek/dosya2 ...}}`

View File

@ -9,7 +9,7 @@
- Birden fazla dosya veya dizinin yoksayıldığı veya sayılmadığını kontrol et:
`git check-ignore {{örnek/dosya}} {{örnek/dizin}}`
`git check-ignore {{örnek/dosya_veya_dizin1 örnek/dosya_veya_dizin2 ...}}`
- Her bir satıra tekabül edecek şekilde `stdin`'den yolisimleri kullan:
@ -17,8 +17,8 @@
- İndeksi kontrol etme:
`git check-ignore --no-index {{örnek/dosya_veya_dizin}}`
`git check-ignore --no-index {{örnek/dosya_veya_dizin1 örnek/dosya_veya_dizin2 ...}}`
- Her yol için eşleşen desene dair detayları dahil et:
`git check-ignore --verbose {{örnek/dosya_veya_dizin}}`
`git check-ignore --verbose {{örnek/dosya_veya_dizin1 örnek/dosya_veya_dizin2 ...}}`

View File

@ -11,10 +11,10 @@
`git check-attr {{attribute}} {{path/to/file}}`
- Check the value of a specific attribute on files:
- Check the values of all attributes on specific files:
`git check-attr --all {{path/to/file1}} {{path/to/file2}}`
`git check-attr --all {{path/to/file1 path/to/file2 ...}}`
- Check the value of a specific attribute on one or more files:
`git check-attr {{attribute}} {{path/to/file1}} {{path/to/file2}}`
`git check-attr {{attribute}} {{path/to/file1 path/to/file2 ...}}`

View File

@ -9,7 +9,7 @@
- Check whether multiple files or directories are ignored:
`git check-ignore {{path/to/file}} {{path/to/directory}}`
`git check-ignore {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Use pathnames, one per line, from `stdin`:
@ -17,8 +17,8 @@
- Do not check the index (used to debug why paths were tracked and not ignored):
`git check-ignore --no-index {{path/to/files_or_directories}}`
`git check-ignore --no-index {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Include details about the matching pattern for each path:
`git check-ignore --verbose {{path/to/files_or_directories}}`
`git check-ignore --verbose {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`