Version control tools are commonly used to track changes in a code base and allow developers to collaborate. Git is one such tool which we will use extensively.
As a brief introduction to Git, please read A Beginner’s Git and GitHub Tutorial.
Create a git repository. Add a file called README.md to the repository and write some information in it using markdown syntax. Sync your repository to your GitHub profile.