Participation
Get Ready for GitA GitHub Classroom Assignment
This assignment must be accepted on GitHub Classroom.
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:
- Clone this repository from GitHub to your local projects folder. For more information about cloning, refer to the Remote Repositories page.
- Open the
README.md
file. This is a Markdown file. For more information about using Markdown, review Mastering Markdown. - Add your full name below the Title using the H2 syntax (ex.
## Michael Eisenbraun
). - Below your name, add your section number.
- Save
README.md
- Commit the change to your local repository. Add the message:
Adds my name to the README.md
. - Create a new file with the name
summer.md
. - Add the title
What I Did This Summer
using the H1 syntax (ex.# What I Did This Summer
) tosummer.md
- Add a list of three interesting things you did this summer below the title.
- Save
summer.md
- Commit the change to your local repository. Add the message:
Creates the summer.md file
. - Create a new file with the name
goals.md
. - In
goals.md
, write about what goals you have for this course. - Save
goals.md
. - Commit the change to the your local repository. Don't forget to add a message.
- Push all the commits to the remote repository.
Submission
Submit the remote repository's URL to the Get Ready for Git assignment on BrightSpace.