In the side project task 1, you created a remote repository on GitHub for your personal blog. Now, let's move on to the next task.
Task 2
In this task, you'll add a remote repository to your local repository.
- Create a new directory named
personal-blog
on your local machine.
- Navigate to the
personal-blog
directory.
- Initialize a new Git repository in the
personal-blog
directory.
- Add a remote repository named
origin
to the local repository.