To update your current branch (fix/STORY-1343-hero-section
) from the main branch using rebase instead of merge, follow these steps:
# First, fetch the latest changes from remote
git fetch origin
# Then rebase your current branch on top of main
git rebase origin/main