First we'll update your local main
branch. Go to your local project and check out the branch you want to merge into (your local main
branch)
$ git checkout main
Fetch the remote, bringing the branches and their commits from the remote repository.