Group Homework Discussion Day 1
Overview
Teaching: 0 min
Exercises: 60 minQuestions
What’s the homework discussion for day 1?
Objectives
Work with your team on a collaborative repository.
Open a pull request.
Review someone else’s pull request.
Lesson Contents
Discussion
Answer the following questions in your groups.
- What did you think of navigating your computer using the command line? Did you like, dislike, or feel neutral toward it? Have you done this before? What is a reason someone might use the command line?
- What is a file path?
- Match each command with its definition.
cd
ls
pwd
mkdir
(1) Lists directory contents.
(2) Creates a directory.
(3) Prints the path of the directory you are currently in.
(4) Changes the directory.
- What is version control and why would you want to use it for a software project?
- How will you collaborate on your project? What are the specific steps for having your change added to a repository?
When you’re finished with this discussion, complete your assignment for day 1.
Key Points