Here is a step-by-step example of using GitHub to track changes to a simple project:
Sign up for a GitHub account: Go to https://github.com and sign up for a free account.
Install Git: Download and install Git from https://git-scm.com/.
Create a repository: Go to the GitHub homepage and click the "New repository" button. Give your repository a name (e.g. "my-first-project") and choose a public or private visibility setting.
Clone the repository: Open a terminal window and navigate to the directory where you want to store your project files. Run the following command to clone the repository to your local machine:
These are the basic steps to use GitHub to track changes to a simple project. Of course, this is just the tip of the iceberg – there are many more features and tools available, such as pull requests, branching, and merging, that you can use to collaborate with other developers and manage more complex projects.