Exercise
Basics
Create a new folder folder on your computer, and start coding.
Create a file called
file01.txt.Add
file01.txtto the staging area.Commit with the message
"adding file01.txt". Then push to GitHubAdd content to
file01.txt. Repeat steps 2-3.Create another file called
file02.txt.Add content to
file02.txt. Follow step 2-3Delete any file
Add this change to the staging area
Commit with the message
"removing file_NUMBER.txt", push to GitHubCreate a
README.mdfile 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 ownREADME.mdfile. TheREADME.mdfile 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.

Last updated