git*: add Turkish translation II (#7589)

This commit is contained in:
Tan A
2021-12-30 04:33:18 +03:00
committed by GitHub
parent 5359517412
commit a0ae1f61af
7 changed files with 131 additions and 2 deletions

21
pages.tr/common/gitlab.md Normal file
View File

@@ -0,0 +1,21 @@
# gitlab
> GitLab API'si için Ruby sarıcı ve CLI aracı.
> `gitlab ctl` gibi bazı alt komutların kendi kullanım kılavuzları vardır.
> Daha fazla bilgi için: <https://narkoz.github.io/gitlab/>.
- Yeni bir proje oluştur:
`gitlab create_project {{proje_ismi}}`
- Belirtilen commit ile ilgili bilgi al:
`gitlab commit {{proje_ismi}} {{commit_değeri}}`
- Bit CI pipeline'ındaki işler ile ilgili bilgi al:
`gitlab pipeline_jobs {{proje_ismi}} {{pipeline_id'si}}`
- Belirtilen CI işini başlat:
`gitlab job_play {{proje_ismi}} {{iş_id'si}}`