InterviewSolution
Saved Bookmarks
| 1. |
Which of the following web hosting service use Git control system?(a) GitHub(b) Open Hash(c) Git Bash(d) None of the mentionedThis question was addressed to me in a job interview.Question is from CLI and Git Workflow in division Data Science Basics and Data Scientist Toolbox of Data Science |
|
Answer» RIGHT choice is (a) GitHub Best explanation: GitHub is a Web-based Git repository hosting service, which OFFERS all of the distributed REVISION control and source CODE management (SCM) functionality of Git. |
|