Git is a tool that you use to keep track of changes in your code.
To use Git, install it on your computer.
To use Git in a project, type git init
in your project folder.
Generally, you can use the following commands.
git add .
git commit
git remote add origin https://github.com/[your name]/[your project name]
git push -u origin master