Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 01_materials/04_git_clone_add_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down