You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guided-workshop/exercises/3-codespaces.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ You've now defined a custom container! Whenever someone uses the codespace you d
51
51
52
52
## Interacting with the repository
53
53
54
+
<!-- TODO: Update this to just push to main -->
55
+
54
56
Custom containers for GitHub Codespaces become part of the source code for the repository. Thus they are maintained through standard source control, and will follow the repository as it's forked in the future. This allows this definition to be shared across all developers contributing to the project.
55
57
56
58
Let's create a new branch with our code, create a pull request, mark it as completing the related issue, then merge it in. You'll use command-line tools in the codespace to complete this process.
0 commit comments