Skip to content

Commit

Permalink
[Hack Update] 031-DevOpsWithGitHub - Solution videos (#791)
Browse files Browse the repository at this point in the history
* Solution videos

* Update .wordlist.txt

* Update Solution-03.md

update typo

* Added video cover image

---------

Co-authored-by: Andy Huang <54148527+Whowong@users.noreply.github.com>
  • Loading branch information
DavidGiard and Whowong committed Jan 23, 2024
1 parent 8d61cb9 commit ced07ee
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 031-DevOpsWithGitHub/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CLIs
devcontainers
devcontainers
TFVC
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
- In the command line enter: `git add --all` - This will add all of the files you just copied to the folder to be be tracked.
- Now we need to commit our changes by typing `git commit -am "My first commit"`
- Finally we need to push to the remote repository in github by doing `git push -u`. You may see a warning which will provide the full command if this is the first time you are doing this to target the github server.

## Videos

### Challenge 1 Solution

[![Challenge 1 solution](../Images/WthVideoCover.jpg)](https://youtu.be/8duTFL5fyWg "Challenge 1 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

## Solution
- [Navigate to Solution for Challenge 02](./Solution/Solution-02/devcontainer.json)

## Videos

### Challenge 2 Solution

[![Challenge 2 solution](../Images/WthVideoCover.jpg)](https://youtu.be/tuTVRP0LHDE "Challenge 2 solution")
8 changes: 7 additions & 1 deletion 031-DevOpsWithGitHub/Coach/Solution-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Notes & Guidance

- Make sure students dont get the new "Project (Beta)" confused with the traditional Project boards.
- Make sure students don't get the new "Project (Beta)" confused with the traditional Project boards.
- Students wont be able to assign tickets to others if they are not invited and accepted as collaborators.
- Issues and PRs are very similar as they use issues underneath both.

Expand All @@ -25,3 +25,9 @@
- Create the draft issue for each challenge.
- Convert draft issues to issues. Make sure you select the repository for each one.
- New issues if linked properly should show up in the "New" column. Once you set to closed, it should move to "Done" column. If you are viewing the issues in the kanban board, you are able to drag the issues across the columns.

## Videos

### Challenge 3 Solution

[![Challenge 3 solution](../Images/WthVideoCover.jpg)](https://youtu.be/AWlPQXO6Me8 "Challenge 3 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

## Solution
- [Navigate to Solution for Challenge 04](./Solution/Solution-04/Solution04.yml)

## Videos

### Challenge 4 Solution

[![Challenge 4 solution](../Images/WthVideoCover.jpg)](https://youtu.be/YWMt3uM8UyY "Challenge 4 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
## Solution
- [Navigate to Solution for Challenge 05](./Solution/Solution-05/Solution05.yml)
- [Navigate to Advanced Solution for Challenge 05](./Solution/Solution-05/Solution05-Advanced.yml)

## Videos

### Challenge 5 Solution

[![Challenge 5 solution](../Images/WthVideoCover.jpg)](https://youtu.be/W-7T1nL5VhQ "Challenge 5 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

## Solution
- [Navigate to Solution for Challenge 06](./Solution/Solution-06/Solution06.yml)

## Videos

### Challenge 6 Solution

[![Challenge 6 solution](../Images/WthVideoCover.jpg)](https://youtu.be/G1VJphYO2c8 "Challenge 6 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

## Solution
- [Navigate to Solution for Challenge 07](./Solution/Solution-07/Solution07.yml)

## Videos

### Challenge 7 Solution

[![Challenge 7 solution](../Images/WthVideoCover.jpg)](https://youtu.be/LjJOpdTAd2E "Challenge 7 solution")
6 changes: 6 additions & 0 deletions 031-DevOpsWithGitHub/Coach/Solution-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

## Solution
- [Navigate to Solution for Challenge 08](./Solution/Solution-08/Solution08.yml)

## Videos

### Challenge 8 Solution

[![Challenge 8 solution](../Images/WthVideoCover.jpg)](https://youtu.be/YbesHl6t1SE "Challenge 8 solution")
Binary file added 031-DevOpsWithGitHub/Images/WthVideoCover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ced07ee

Please sign in to comment.