Q.1
Git branch -b <branchName>, -b indicates
  • branch name you want to jump to
  • branch needs to get created
  • branch needs to be fetched from central repo
  • nothing
Q.2
Git commit -m < ? >, ? is for
  • file name to be commited
  • comment
  • repo url
  • None
Q.3
Who is attributed with inventing Git?
  • Junio C. Hamano
  • James Gosling
  • Kohsuke Kawaguchi
  • Linus Torvalds
Q.4
What do you call a system the records the project code's changes over time?
  • Repository System
  • Code Change System
  • Version Control System
Q.5
What is most popular version control system in the world?
  • Mercurial
  • SVN
  • Git
Q.6
What are the options we could use to start using Git?
  • Command Line
  • Code editor / IDE
  • Graphical User Interface
  • All of above
Q.7
Git command for initializing repository
  • git init
  • git pull
  • Both A & B
  • None of these
Q.8
Which is CLI client?
  • Github
  • Git bash
  • Tortoise git
  • Svn
Q.9
Which of the following is not a Git command
  • Git status
  • Git init
  • Git pull
  • Git roll
Q.10
Command which will bring all latest changes from remote to local?
  • git clone
  • git pull
  • git merge
  • all the above
0 h : 0 m : 1 s