mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 06:53:50 +02:00
gh: add Indonesian translation (#6670)
This commit is contained in:
parent
18a94611b4
commit
627ae71aed
1 changed files with 37 additions and 0 deletions
37
pages.id/common/gh.md
Normal file
37
pages.id/common/gh.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# gh
|
||||
|
||||
> Memudahkan pengaksesan GitHub dari command-line.
|
||||
> Beberapa subcommands seperti `gh config` memiliki dokumentasi sendiri.
|
||||
> Informasi lebih lanjut: <https://cli.github.com/>.
|
||||
|
||||
- Mengklon sebuah GitHub repositori di lokal
|
||||
|
||||
`gh repo clone {{pemilik}}/{{repositori}}`
|
||||
|
||||
- Membuat isu baru:
|
||||
|
||||
`gh issue create`
|
||||
|
||||
- Melihat dan filter issue yang sedang open pada repositori:
|
||||
|
||||
`gh issue list`
|
||||
|
||||
- Melihat isu di browser:
|
||||
|
||||
`gh issue view --web {{nomor_isu}}`
|
||||
|
||||
- Membuat sebuah pull request:
|
||||
|
||||
`gh pr create`
|
||||
|
||||
- Melihat pull request di browser:
|
||||
|
||||
`gh pr view --web {{nomor_pr}}`
|
||||
|
||||
- Mengecek pada local branch sebuah pull request, diikuti dengan nomor pull requestnya:
|
||||
|
||||
`gh pr checkout {{nomor_pr}}`
|
||||
|
||||
- Mengecek status pull request pada sebuah repository:
|
||||
|
||||
`gh pr status`
|
Loading…
Add table
Reference in a new issue