Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Aim- To understand Version Control System, install git and create a GitHub account.

Theory- Git is free and open source software for distributed version control: tracking changes in any set
of files, usually used for coordinating work among programmers collaboratively developing source
code during software development. Its goals include speed, data integrity, and support for distributed,
non-linear workflows
Git was originally authored by Linus Torvalds in 2005 for development of the Linux kernel, with other
kernel developers contributing to its initial development. Since 2005, Junio Hamano has been the core
maintainer. 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 GPL-2.0-only license.
Git was originally designed as a low-level version-control system engine, on top of which others could
write front ends, such as Cogito or StGIT.
Download git for windows from - https://git-scm.com/downloads

Features of Git
 Tracks history
 Free and open source
 Supports non-linear development
 Creates backups
 Scalable
 Supports collaboration
 Branching is easier
 Distributed development

Conclusion- Version control tool - Git was successfully installed on windows operating system
and an account was created on Github.

You might also like