In the side project task 2, you added a remote repository to your local repository. Now, let's move on to the next task.
Task 3
In this task, you'll create a branch named add-readme and push it to the remote repository.
- Create a new branch named
add-readme.
- Create a new file named
README.md in the root directory of your personal-blog repository.
- Add some content to the
README.md file.
- Stage and commit the changes.
- Push the
add-readme branch to the remote repository.