Git is a free and open source distributed version control system (DVCS) and Source Code Management System (SCM) designed and developed by 'Linus Torvalds' for Linux kernel development. It can handle everything from small to very large projects with speed and efficiency. So, many big organizations adopted git rapidly, for its speed, efficiency, flexibility and stability. Git developed in C programming language. Git was originally designed as a low-level version control system engine on top of which others could write front ends tools like gitk, gerrit, Cogito, repo etc.
Now a days git handles efficiently very large well known projects like Linux Kernel development repository, Android development Repository(by Google Inc.), and most popular source code hosting server "GitHub" using git (DVCS). Using git we can manage our development file system. Git available for all OS (linux, windos, Mac) we can install and configure as per our requirement absolutely free.
Now a days git handles efficiently very large well known projects like Linux Kernel development repository, Android development Repository(by Google Inc.), and most popular source code hosting server "GitHub" using git (DVCS). Using git we can manage our development file system. Git available for all OS (linux, windos, Mac) we can install and configure as per our requirement absolutely free.
No comments:
Post a Comment