From 19dfba45d9094a0f0a654695bf56104ba4608d8d Mon Sep 17 00:00:00 2001 From: Simeon Wong Date: Wed, 5 Nov 2025 21:53:30 -0500 Subject: [PATCH] small update --- 01_materials/04_git_clone_add_push.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/01_materials/04_git_clone_add_push.md b/01_materials/04_git_clone_add_push.md index ec5ac86..23071e7 100644 --- a/01_materials/04_git_clone_add_push.md +++ b/01_materials/04_git_clone_add_push.md @@ -39,6 +39,12 @@ git remote add origin https://github.com/[your-username]/recipe-book.git git remote -v ``` +### 4.2 Pull the latest changes + +```bash +git pull upstream main +``` + ### 4.3 Create a New Branch Create a new branch and checkout