00:00 – Introduction to the Weekly Task
02:00 – How to Clone a GitHub Repository
03:00 – Understanding Git Branches
03:58 – Navigating Directories with the cd Command
05:18 – Creating a New Local Branch (git branch)
09:14 – Switching Between Branches (git checkout)
11:36 – Pushing a Local Branch to GitHub (git push)
14:00 – Creating Feature-Specific Branches
16:34 – Creating Folders in Terminal (mkdir)
18:22 – Creating and Editing Files (touch)
20:48 – Checking Status and Staging Changes (git add)
22:14 – Committing Changes with Messages (git commit)
24:00 – Configuring Git User Email
31:00 – Creating a Pull Request (PR) on GitHub
34:44 – Reviewing Code and Adding Comments
37:20 – Merging Pull Requests into the Dev Branch
38:50 – Pulling Latest Changes to Local (git pull)