CS161 Week 01 28 To 01 30 Part1
CS161 Week 01 28 To 01 30 Part1
Products
Spring 2025
MH 225
Agenda
About Teams
Team Tasks For Thursday
Team Lead Responsibilities
SCRUM quick crash course
Project Theme
Option 1: Kahoot Style Game
Option 2: Scientific
Kahoot Samples
Kahoot Samples Continued.....
Samples at URL
Kahoot:
https://www.youtube.com/watch?v=pAfnia7-rMk
Quizlet:
https://www.youtube.com/watch?v=c0VkeDUeehE
Option 2: Storage Data Analysis
Storage Media Performance Analysis
• For this option, you will analyze a set of storage I/O activity data
and plot the results where there are different memory block
sizes, and data read and data write configurations are analyzed.
• You'll use Server Storage I/O Benchmark Performance Resource
Tools
Storage I/O Examples
Project Game Features
Source Code Management
What Is GitHub?
What is Git?
GitHub and Git
Let's Talk About GitHub
GitHub
Getting Started With A Repository
Creating A Branch
Commiting Files
Git Pull Requests
• Fetches and merges updates from the remote repository in one step.
• Keeps your branch in sync with the remote branch.
• Automatically attempts to merge changes, which can sometimes lead to
conflicts.
Git Fetch
• The Git Fetch command is used to fetch all changes from the remote
repository to the local repository.
• It doesn’t make any changes to the current working directory.
• It stores all the changes in a separate branch called the remote-tracking
branch.
NOTE:
git merge or git rebase command is used to merge these changes into our
current working directory.
Example Scenario
STEP 1: Create a local file
(readme.txt)