Font size
WorksheetsGitHub Basics
Total questions: 10
Worksheet time: 4mins
The main objectives of Git are :
speed
data integrity
support for distributed non-linear workflows
All of the above
Git is a . . . . Version Control tool.
Decentralized
Centralized
What is the term for something on Github that holds a collection of all files related to one particular project? (Similar to a folder or package.)
repository
branch
master
git
GitHub is a web service used for software developers only.
True
False
Are Git and GitHub the same thing?
Yes
No
Which of these terms best describes GitHub?
an issue tracking system
a web-based repository hosting service
a distributed version control system
an Integrated Development Environment
Git can be used for which project?
Java enterprise project
.Net project
File version management
All of the above
Git is a ______
Distributed version control system
Centralized version control system
Localized version control system
All of the above
Which is NOT a benefit of working simultaneously with GitHub ?
Developers can build code
Track changes
innovate solutions to problems
Allows singledeveloper to work on a single project
ISSUES allow users to report new tasks and content fixes,
TRUE
FALSE
