<commands>git checkout -b <branchname>
git branch -d <branchname>
I think i should add video of screen recording of this in top right
1️⃣ Switch to main
git checkout main
2️⃣ Bring the directory from draft into main
git checkout draft -- path/to/your-directory