December 2012
Intermediate to advanced
888 pages
48h 24m
English
Git was initially created by Linux kernel creator Linus Torvalds and first released in 2005 to host all development files for the Linux kernel. It is now actively developed by a large team of developers led by Junio Hamano and is widely used by many other open-source projects.
Git works without a central repository and works from a different perspective than other version control systems while accomplishing the same goals. Every directory that is tracked by Git acts as an individual repository with full history and source changes for whatever is contained in it. There is no need for central tracking. Source code control is done from the command line, as shown in the following examples. You first need to install ...
Read now
Unlock full access