Multiple Choice 1 point possible (graded)
What is Git?
A Distributed Version Control System (DVCS)
Software that tracks the history of changes on a project
A system that supports collaboration between team members
All of the above
Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.
Multiple Choice 1 point possible (graded)
Which of the following is the Git construct that contains all the content associated with a project being tracked by Git?
A file collection
A folder library
A repository
Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.
Multiple Choice 1 point possible (graded)
On which of the following should you be doing your individual tasks when working in team on a common set of software ?
A repository
A branch
A tag
Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.
Multiple Choice 1 point possible (graded)
Which of the following is the Git term for an intermediate snapshot of your software development?
A commit
A save
A diff
Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.
Checkboxes 1 point possible (graded)
Check all that apply. GitHub provides...
A location to host Git repositories
Collaboration tools such as threaded discussions (issues) and code reviews
A Web-based graphical interface
Git software on your local machine
Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.
Multiple Choice 1 point possible (graded)
As a member of a software development team should you be working directly on the remote repository hosted on GitHub, i.e., editing code on GitHub?
Yes
No