Get Ready for Git Participation

A GitHub Classroom Assignment

This assignment must be accepted on GitHub Classroomopen in new window.

Introduction

On your marks, get ready, GIT!

Objective

For this assignment, you will be practice what you have learned about working with remote and local repositories.

Requirements

To successfully complete assignment, complete the following instructions:

  1. Clone this repository from GitHub to your local projects folder. For more information about cloning, refer to the Remote Repositories page.
  2. Open the README.md file. This is a Markdown file. For more information about using Markdown, review Mastering Markdownopen in new window.
  3. Add your full name below the Title using the H2 syntax (ex. ## Michael Eisenbraun).
  4. Below your name, add your section number.
  5. Save README.md
  6. Commit the change to your local repository. Add the message: Adds my name to the README.md.
  7. Create a new file with the name summer.md.
  8. Add the title What I Did This Summer using the H1 syntax (ex. # What I Did This Summer) to summer.md
  9. Add a list of three interesting things you did this summer below the title.
  10. Save summer.md
  11. Commit the change to your local repository. Add the message: Creates the summer.md file.
  12. Create a new file with the name goals.md.
  13. In goals.md, write about what goals you have for this course.
  14. Save goals.md.
  15. Commit the change to the your local repository. Don't forget to add a message.
  16. Push all the commits to the remote repository.

Submission

Submit the remote repository's URL to the Get Ready for Git assignment on BrightSpace.