In the side project task 5, you reviewed and merged the pull request for the add-readme branch. Now, let's move on to the next task.
Task 6
In this task, you'll create a new branch named login-feature and merge the changes from main into the login-feature branch.
- Create a new branch named
login-feature.
- Create a new file named
login.html in the root directory of your personal-blog repository.
- Commit the changes to the
login-feature branch.
- Checkout to the
main branch. Pull the latest changes from the remote repository.
- Merge the changes from
main into the login-feature branch.
- Push the
login-feature branch to the remote repository.