Exercise
Last updated
Last updated
Create a new folder folder on your computer, and start coding.
Create a file called file01.txt
.
Add file01.txt
to the staging area.
Commit with the message "adding file01.txt"
. Then push to GitHub
Add content to file01.txt
. Repeat steps 2-3.
Create another file called file02.txt
.
Add content to file02.txt
. Follow step 2-3
Delete any file
Add this change to the staging area
Commit with the message "removing file_NUMBER.txt"
, push to GitHub
Create a README.md
file and add various types of content such as images, videos, and code snippets. You can use the provided sample content as a template for creating your own README.md
file. The README.md
file is a key component of any project as it provides important information about the project and helps users and contributors understand how to use and contribute to it.