-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- text changes - add step for branch selection on codespace - move codespace step to later
- Loading branch information
1 parent
a9e1b48
commit 6fb5678
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
id: change_codespace_branch | ||
learningObjectives: | ||
- Learn how to switch branches in a Codespace. | ||
hints: | ||
startFlow: | ||
do: | ||
- actionId: bot_message | ||
params: | ||
person: lucca | ||
messages: | ||
- text: "Before we make any changes, let's ensure we can work on our new branch in Codespaces." | ||
- text: "First, we need to fetch the latest changes from the remote repository." | ||
- text: "To do this, click on the `Source Control` icon, then click the `refresh` button." | ||
- text: "Next, let's switch to our new branch. To do this, click on the `Source Control` icon, then click the `...` button, select `Checkout to...`, and choose your branch name." | ||
- text: "Once you've switched to your branch, let me know so we can continue." | ||
- actionId: ready_message | ||
params: | ||
person: lucca | ||
|
||
trigger: | ||
type: user_ready_response | ||
flowNode: | ||
do: | ||
- actionId: bot_message | ||
params: | ||
person: lucca | ||
messages: | ||
- text: "Great! You are now on your new branch." | ||
- actionId: finish_step |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters