Lesson 3 Episode 1 — Clone a reposiory and make a contribution#
Time: 10 min
Please perform the following tasks individually.
Clone the Check-in repository via SSH: manuGil/check-in
Make a copy of the file
check-in/template.md
in the same directory; give it an anonymous name, ex.<name-initials><3-last-digits-phone>.md
Open your copy of
template.md
and add something to the lists in the file.Commit your changes, and push them to the remote repository. You might experience difficulties doing that, follow the suggestions given by Git.
Reflect on the difficulties you faced, and how we might avoid them.
Instructor’s Note
While completing this exercise, many participants will be warned by Git that they have to pull changes before pushing their contribution. This situation should be used as a pre-amble to branching.
Answers
No answer are provided for this exercise.