Git in a Nutshell
Git History
Introduction
Git is a distributed version control system that tracks changes in any set of computer files or working directories, usually used for coordinating work among programmers collaboratively developing source code during software development
History
Git development was started by Linus Torvalds in April 2005 when the proprietary source-control management system (SCM) system used for Linux kernel development since 2002, Bitkeeper, revoked its free license for Linux development.
Installation
For the Installation of git
follow this link Download git you will see this page
Then choose your operating system to finish up the installation process you are good to go 😉
Happy Coding 🙂
keep learning 🥰