Practice Material
Objective: Learn to initialize repositories, add and commit files, and check status/history.
Exercises
- Exercise 1: Initialize a new Git repository in a folder of your choice.
- Exercise 2: Create a new file, add some content, and commit it to the repository.
- Exercise 3: Modify the file, stage the changes, and commit them.
- Exercise 4: Check the status of your repository and view the commit history.