Skip to content

Commit

Permalink
gh-codespace: add Brazilian Portuguese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Oct 10, 2024
1 parent 6163d23 commit 39969a7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pages.pt_BR/common/gh-codespace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# gh codespace

> Connect and manage your codespaces in GitHub.
> More information: <https://cli.github.com/manual/gh_codespace>.
- Create a codespace in GitHub interactively:

`gh codespace create`

- List all available codespaces:

`gh codespace list`

- Connect to a codespace via SSH interactively:

`gh codespace ssh`

- Transfer a specific file to a codespace interactively:

`gh codespace cp {{path/to/source_file}} remote:{{path/to/remote_file}}`

- List the ports of a codespace interactively:

`gh codespace ports`

- Display the logs from a codespace interactively:

`gh codespace logs`

- Delete a codespace interactively:

`gh codespace delete`

- Display help for a subcommand:

`gh codespace {{code|cp|create|delete|edit|...}} --help`

0 comments on commit 39969a7

Please sign in to comment.