mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 02:43:45 +00:00
30 lines
537 B
Plaintext
30 lines
537 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# steamos-select-branch
|
|
|
|
> Select a SteamOS system release branch.
|
|
> More information: <https://gitlab.com/users/evlaV/projects>.
|
|
|
|
- View the current branch:
|
|
|
|
`steamos-select-branch -c`
|
|
|
|
- List all available branches:
|
|
|
|
`steamos-select-branch -l`
|
|
|
|
- Switch to the beta branch:
|
|
|
|
`steamos-select-branch beta`
|
|
|
|
- Switch back to the stable release:
|
|
|
|
`steamos-select-branch stable`
|
|
|
|
- Switch to the bleeding edge branch:
|
|
|
|
`steamos-select-branch main`
|