Difference between revisions of "Git (software)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
Line 26: Line 26:
 
* [http://stackoverflow.com/questions/804115/when-do-you-use-git-rebase-instead-of-git-merge When do you use git rebase instead of git merge?] @ Stack Overflow
 
* [http://stackoverflow.com/questions/804115/when-do-you-use-git-rebase-instead-of-git-merge When do you use git rebase instead of git merge?] @ Stack Overflow
 
* [https://benmarshall.me/git-rebase/ A Quick Tutorial on Git Rebasing]
 
* [https://benmarshall.me/git-rebase/ A Quick Tutorial on Git Rebasing]
 +
* [http://ohshitgit.com/ Oh, shit, git!] - a guide to fixing some common mistakes
  
 
[[Category:Git (software)]]
 
[[Category:Git (software)]]

Latest revision as of 09:58, 19 December 2017

Git (/ɡɪt/) is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows.

Description

Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development.

Learning Git

See Learning Git (1).

See also

External links