What is Git and Github
Git :
Git is a distributed version control system. In simple word git is a (software) tool which is used to manage our source code. It is used to tracking changes in the source code. It allow multiple developer to work together.
Features of Git
Trac...