Git is a free source control system designed to handle everything from small to very large projects with speed and efficiency Git is easy to learn and has a tiny footprint with lightning fast performance
Projects are stored in repositories, and the remote repository is the origin, in this case the repository stored on GitHub
git clone https://github.com/
git add
git add . ( to add all files)
git commit -m “
git status and git log (to check your files and commit history)
git –help and git
Sukina AbuHammad Thank You