Assignment 2 - Markdown Cheatsheet

Version Control Essentials

Assignment 2 - Markdown Cheatsheet

For this assignment, you will create a copy of tchapi's Markdown Cheatsheet .

You may find this useful later on, when you are creating README files for your projects.

Show/Hide Video

Instructions

  1. Fork the Repository: Go to the Markdown Cheatsheet repository and create a fork of the repository.

  2. Clone Your Fork: Clone your forked repository to your local machine.

  3. Update the Cheatsheet: Open the README.md file in VS Code or your preferred text editor. Modify the first line in the file to include your name. For example, change the first line from, "Markdown Cheatsheet" to "Ryan's Markdown Cheatsheet."

  4. Commit Your Changes: After making the changes, commit your changes with a meaningful commit message, such as "Updated README with my name."

  5. Push Your Changes: Push your changes to your forked repository on GitHub.

Submission

Submit the URL to your forked repository in Blackboard. The URL should look like: https://github.com/your-username/markdown-cheatsheet.