1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Remove the emphasize tags and updated attributes style

This commit is contained in:
Dev Prakash Sharma
2022-10-03 00:21:32 +05:30
parent 345f7bdcc6
commit b72f008d85
161 changed files with 777 additions and 774 deletions

View File

@@ -136,7 +136,7 @@ You are prompted to choose a repository, a branch, a dev container configuration
Alternatively, you can use flags to specify some or all of the options:
```shell
gh codespace create -r <em>owner</em>/<em>repo</em> -b <em>branch</em> --devcontainer-path <em>path</em> -m <em>machine-type</em>
gh codespace create -r OWNER/REPO -b BRANCH --devcontainer-path PATH -m MACHINE-TYPE
```
In this example, replace `owner/repo` with the repository identifier. Replace `branch` with the name of the branch, or the full SHA hash of the commit, that you want to be initially checked out in the codespace. If you use the `-r` flag without the `b` flag, the codespace is created from the default branch.