Skip to content

Commit

Permalink
replaced readme with master
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 6, 2023
1 parent 8b64c08 commit 25af305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ For an introduction to codespaces you can check out [example c++ codespace](http
1. List all your codespaces `gh codespace list`
2. Create a new codespace `gh codespace create -r OWNER/REPO_NAME [-b BRANCH]`. Ref [docs/github: Creating a codespace for a repository](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository)
3. View codebase details `gh codespace view`
4. Stop `gh codespace stop`
5. Delete `gh codespace delete`
4. Stop `gh codespace stop -c CODESPACE-NAME`
5. Delete `gh codespace delete -c CODESPACE-NAME`
6. Rebuild `gh codespace rebuild`
7. Rename `gh codespace edit -c CODESPACE-NAME -d DISPLAY-NAME`
8. SSH into REMOTE codespace `gh codespace ssh -c CODESPACE-NAME`
Expand Down Expand Up @@ -82,4 +82,4 @@ Here we try out the `g3log-FATAL-contract` after cmake configure with `-DCMAKE_B
]
}
```
```

0 comments on commit 25af305

Please sign in to comment.