Git


Topic history | v1 (current) | created by jjones

Details

Git

| created by jjones | Add topic "Git"
Title
Git
Description
Git is software for 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 (thousands of parallel branches running on different systems). Git was created 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 GNU General Public License Version 2.
Link
https://en.wikipedia.org/?curid=1771747

resources

treated in Version Control with Git
v1 | attached by jjones | Add topic "Git"
treated in Git + GitHub for Open Source Collaboration
v1 | attached by jjones | Add topic "Git"
treated in Commits are snapshots, not diffs
v1 | attached by jjones | Add topic "Git"
treated in Git Cheat Sheet by GitLab
v1 | attached by jjones | Add resource "Git Cheat Sheet by GitLab"
treated in Git for Computer Scientists
v1 | attached by jjones | Add resource "Git for Computer Scientists"

authors

This topic has no history of related authors.

topics

is Version control
v1 | attached by jjones | Add topic "Git"
parent of Squash merge
v1 | attached by jjones | Add topic "Squash merge"