Q.1.
Which is Distributed version control system?
Q.2.
After you add a file, it becomes
Q.3.
Which of the following is true you when you use the following command?git add -A
Q.4.
What command lets you create a connection between a local and remote repository?
Q.5.
.......... is equivalent to fetch and merge
Q.6.
Arranging customers names in ascending order is an example of,
Q.7.
How do you supply a commit message to a commit?
Q.8.
Which two configuration properties does the tool expect to be configured after installing Git and prior to issuing the first commit?
Q.9.
What's a shortcut to staging all the changes you have?
Q.10.
Which of the following commands is used in switching between branches?
Q.11.
Which of the following commands will allow you to change branches?
Q.12.
Which Command is used to show limited number of commits?
Q.13.
Git reset --hard used to?
Q.14.
What will the following command print to the Terminal?git remote -v
Q.15.
What is the area where uncommitted changes are temporarily held after adding?
Q.16.
Command to check the created, modified, deleted files in gitbash before Commit?
Q.17.
Which command is useful for getting a high-level overview of the project history?
Q.18.
Which of the following is not a Git configuration scope?
Q.19.
Which vendor acquired GitHub for $7.5 billion in June 2018?
Q.20.
Which of the following commands will merge branch-a into the master branch?