gh*, glab*: standardize documentation (#7957)

This commit is contained in:
Reinhart Previano Koentjoro
2022-05-02 17:55:38 +07:00
committed by GitHub
parent e897720058
commit 6ed9681dbc
10 changed files with 43 additions and 26 deletions

View File

@@ -7,15 +7,15 @@
`gh pr create`
- Check out a pull request locally:
- Check out a specific pull request locally:
`gh pr checkout {{pr_number}}`
- View the changes made in the PR:
- View the changes made in the pull request for the current branch:
`gh pr diff`
- Approve the pull request of the current branch:
- Approve the pull request for the current branch:
`gh pr review --approve`
@@ -30,3 +30,7 @@
- Edit the base branch of a pull request:
`gh pr edit --base {{branch_name}}`
- Check the status of the current repository's pull requests:
`gh pr status`