Revision control systems are:

Introduction to Git >>> Revision control systems are: >>> Using Git for Distributed Development

Even for one developer it is useful to track changes, revert to earlier states, etc

===================================

Linus was the originator

===================================

Conflicts still require humans to resolve

===================================

git is a revision control system

CVS is a revision control system

Subversion is a revision control system

===================================

Question 4

Which of the following commands will provide documentation on how to create a new branch with git (Select all answers that apply)?

 
1      git branch –help
1       man git-branch
1       git help branch