Practice Material
Welcome to the practice material section! Here, you will find exercises designed to reinforce your understanding of Git, GitHub, and high-performance computing concepts. Each exercise includes clear objectives and step-by-step instructions to help you apply what you've learned in a practical context.
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.