In this post I explain what is Git and show you some commands that will help you in your day to day work with this wonderful tool! but first of all…
What is Git?
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency!
It is generally used for source code management in software development.
It supports non-linear development through its thousands of parallel branches.
Git is used to tracking changes in the source code.
The distributed version control tool is used for source code management.
It allows multiple developers to work together.