Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh: add Indonesian translation #6670

Merged
merged 5 commits into from Oct 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions pages.id/common/gh.md
@@ -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/>.

- Clone sebuah GitHub repository pada local:

`gh repo clone {{owner}}/{{repository}}`
theodorusclarence marked this conversation as resolved.
Show resolved Hide resolved

- Membuat issue baru:
theodorusclarence marked this conversation as resolved.
Show resolved Hide resolved

`gh issue create`

- Melihat dan filter issue yang sedang open pada repository:

`gh issue list`

- Melihat issue di browser:

`gh issue view --web {{nomor_issue}}`
theodorusclarence marked this conversation as resolved.
Show resolved Hide resolved

- 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`