Github
Github
Q.4 Which of the following comes with higher ease of access and simplicity?
A. GUI B. CLI
C. Both are equivalent D. GPI
Correct Answer: A
Reference: Direct reference not available
Q.5 Which of the following is a stage that a Git file goes through?
A. Untracked B. Tracked
C. Staged D. All of these
Correct Answer: D
Reference: Page no. 13
Q.6 A Git client command creates a copy of the repository in a working directory in the client’s
workspace. Identify that command.
A. Update B. Checkout
C. Clone D. Import
Correct Answer: C
Reference: Page no 29
Q.7 in case you are a new developer who happened to join a team of developers using Git for
version control, which Git operation out of these would you invoke first of all?
A. Checkout B. Clone
C. Export D. Revert
Correct Answer: B
Reference: Page no. 29
Q.8 Which option can be used by a user to set the username & email immediately after
Page 1 of 3
installing Git?
A. –config’ B. Git add
C. Both A and B D. None of these
Correct Answer: A
Reference: Page no. 28
Q.10 Which version control system has been used to built the ‘GitHub’ Website?
A. Git B. SVN
C. Mercurial D. None of these
Correct Answer: A
Reference: Page no. 63
Q.16 The Execution of the “git init” command result in the creation of which directory?
Page 2 of 3
A. Sub directory B. Object directory
C. .git D. All of these
Correct Answer: C
Reference: Page no. 27
Page 3 of 3