What is Git.....?Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows. Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development. Its current maintainer since 2005 is Junio Hamano. As with most other distributed version-control systems, and unlike most client-server systems, every Git directory on every computer is a full-fledged repository with complete history and full version-tracking abilities, independent of network access or a central server. Git is free and open-source software distributed under the terms of the GNU General Public License version 2. Git has been designed with the integrity of managed source code as a top priority. The content of the files as well as the true relationships between files and directories, versions, tags and commits, all of these objects in the Git repository are secured with a cryptographically secure hashing algorithm called SHA1. This protects the code and the change in history against both accidental and malicious change and ensures that history is fully traceable. With Git, you can be sure you have an authentic content history of your source code. - Study24x7
Social learning Network
618 followers study24x7 01 Apr 2019 11:39 AM study24x7 study24x7

What is Git.....?
Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integri...

See more

What is Git.....?<br>Git is a distributed version con...
study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles