git*: add Turkish translation II (#7589)
This commit is contained in:
24
pages.tr/common/github-label-sync.md
Normal file
24
pages.tr/common/github-label-sync.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# github-label-sync
|
||||
|
||||
> GitHub etiketlerini senkronize etmeye yarayan komut satırı arayüzü.
|
||||
> Daha fazla bilgi için: <https://npmjs.com/package/github-label-sync>.
|
||||
|
||||
- Yerel bir `labels.json` dosyası kullanarak etiketleri senkronize et:
|
||||
|
||||
`github-label-sync --access-token {{token}} {{depo_ismi}}`
|
||||
|
||||
- Belirli bir etiketlenen JSON dosyası kullanarak etiketleri senkronize et:
|
||||
|
||||
`github-label-sync --access-token {{token}} --labels {{url|örnek/json_dosyası}} {{depo_ismi}}`
|
||||
|
||||
- Programı etiketleri gerçekten senkronize etmeden çalıştır:
|
||||
|
||||
`github-label-sync --access-token {{token}} --dry-run {{depo_ismi}}`
|
||||
|
||||
- `labels.json` içinde olmayan etiketleri sakla:
|
||||
|
||||
`github-label-sync --access-token {{token}} --allow-added-labels {{depo_ismi}}`
|
||||
|
||||
- `GITHUB_ACCESS_TOKEN` ortam değişkenini kullanarak senkronize et:
|
||||
|
||||
`github-label-sync {{depo_ismi}}`
|
Reference in New Issue
Block a user