#chocolateyinstallgit
Explore tagged Tumblr posts
h2smedia · 6 years ago
Text
How to install Git using Chocolatey on Windows 10/8/7
Tumblr media
As we all know Git is an open source and free distributed version control system which is easy to learn and lightweight. Git is developed to efficiently host and handle small to very large projects but at fast speed.  What is Git? Git is a version control tool for Linux kernel development. Unlike the common version control tools CVS, Subversion, etc., it uses a distributed repository, without server-side software support making the source code release and communication extremely convenient. Git is fast, which is natural for big projects like the Linux kernel. The best thing about Git is its merge tracing capabilities. In fact, when the kernel development team decided to start developing and using Git as a version control system for kernel development, the world's open source community has many objections. The biggest reason is that Git is too difficult to understand, from the internal working mechanism of Git. This is indeed the case. But with the depth of development, Git's normal use is performed by some friendly script commands, making Git very easy to use. Even for managing our own development projects, Git is a friendly and powerful tool. Now, more and more famous projects use Git to manage project development. As an open source free fundamentalism project, Git does not have any permission restrictions on the browsing and modification of the repository.   Read the full article
0 notes