Week Report 7
Video
Complete the following tasks
- Complete 1 Discussion board
- Complete notes 7
- Complete Lab 7
- Complete Week Report 7
- Work on your final project
What are you going to include in your notes
- How to use each of the wildcards. Include 2 - 3 examples. You can use any command.
- How to use Brace Expansion to create entire directory structures. Include at least 2 examples+
When you finish, do the usual:
- Convert
notes7.mdto pdf - Push everything to GitHub:
- In blackboard submit:
- URL to
notes7.mdin GitHub - The pdf file
notes7.pdf
- URL to
What will you submit for week report 7
- Include a screenshot of your discussion board post
- Include a link to your lab 7 file
- Include a link to your notes 7 file
When you finish, do the usual:
- Convert
wr7.mdto pdf - Push everything to GitHub:
- In blackboard submit:
- URL to
wr7.mdin GitHub - The pdf file
wr7.pdf
- URL to
![]()
Special Note 1 – Git Command Quick Reference
You’ll be using Git frequently this semester. Here’s a quick reminder of the most common commands:
| Command | Purpose |
|---|---|
git clone repository/url/here | Download a GitHub repository to your computer. |
git pull | Synchronize your local repository with the latest changes from GitHub. Always run this before starting work in VS Code. |
git add . | Track all changes made to your files. |
git commit -m "description here" | Save a snapshot of your tracked changes with a short description. |
git push | Send your committed changes to GitHub. |
Command Order:
git pull
git add .
git commit -m "message"
git push
⚠️ Warning: ⚠️
Avoid making changes directly in the GitHub website unless you:
- Know exactly what you are doing, and
- Remember to run git pull before working locally.
Special Note 2:
- The final exam is in person.
- The exam is performance based and will require access to a Linux Virtual Machine.
- If you do not have a laptop/computer you can bring to school, a Linux Computer will be made available to you. 7