Closed frozzel closed 2 years ago
Work with a partner to implement the following user story:
It's done when I have created a new repository named first-day-repo using the GitHub user interface.
first-day-repo
It's done when I have cloned the first-day-repo to my local machine.
It's done when I have used command-line commands to navigate into the first-day-repo directory.
It's done when I have used command-line commands to create an index.html file.
index.html
It's done when I add and commit my changes using Git commands.
It's done when I push the changes to the remote repository.
changes pushed all req. met :)
📖 Create a New GitHub Repository
Work with a partner to implement the following user story:
Acceptance Criteria
It's done when I have created a new repository named
first-day-repo
using the GitHub user interface.It's done when I have cloned the
first-day-repo
to my local machine.It's done when I have used command-line commands to navigate into the
first-day-repo
directory.It's done when I have used command-line commands to create an
index.html
file.It's done when I add and commit my changes using Git commands.
It's done when I push the changes to the remote repository.