Goal: Here at Epicodus, we use the command line, Git and Github on a daily basis. The goal for this exercise is to practice the workflow you'll use daily.
Discuss the following with your partner:
$ git push al main
?.git
repository, and the repository created on Github?.git
repository, and the repository created on Github 'connected'?Begin practicing the command line, Git commands and GitHub set up by building a "Goodbye World" web page that you push to a repository on GitHub. The steps you need to complete are below. You will need to use the previous lessons as reference for the correct syntax and commands to complete them.
goodbye
.goodbye.html
.goodbye.html
file:<h1> Goodbye </h1>
<h2> A program to bid our friends farewell all over the world. </h2>
<ul>
<li> English: Goodbye, friends! </li>
<li> Spanish: Adios, amigos! </li>
</ul>
<li>
and </li>
at the beginning and end of the lines).