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
Fork the Repository: Go to the Markdown Cheatsheet repository and create a fork of the repository.
Clone Your Fork: Clone your forked repository to your local machine.
Update the Cheatsheet: Open the
README.mdfile 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."Commit Your Changes: After making the changes, commit your changes with a meaningful commit message, such as "Updated README with my name."
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.