Markdown is a lightweight markup language that you can use to add formatting elements to plaintext documents. Created by John Gruper in 2004, Markdown is now one of the world's most popular markup languages.
for more information visit Markdown official guide.
Git is a free and open source distributed version control system designed to handle everything from small to large projects with speed and efficiency.
Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
To learn more about git, visit Git official website.
Our aim in this introductory course is to get you familiar with the number one version control system in the world, As a start you will learn the following topics:
- ✅ Create and manage your own local repository.
- ✅ Add/Remove files and commit to the local master branch
- ✅ Branching basics and techniques.
- ✅ cloning into existing remote repositories and contribution basics.