JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Git 1
Basic questions on git
* Indicates required question
Email
*
Record my email address with my response
What is a Git?
*
1 point
used to create different environments
tool to maintain versions of the code
tool to configure your infrastructure
It is same as github
Which type of VCS is git?
*
1 point
Centralised Version Control System
Distributed Version Control System
Local Version Control System
It can work as both CVCS and DVCS
Which tools below are Distributed in architecture?
*
1 point
TFS
GIT
SVN
Perforce
Git and Github are same?
*
1 point
True
False
What is the command to get the installed version of Git?
*
1 point
git Version
git help
git --version
git version
What is the command to initialize Git on the current repository?
*
1 point
git start
git init
git initialise
start git
Git automatically adds new files to the repository and starts tracking them.
*
1 point
True
False
What is the command to commit the staged changes for the Git repository?
*
1 point
git add
git commit
git add .
git log
Git commit history is automatically deleted
*
1 point
Every 2 weeks
3 months
Commit history is never automatically deleted
Every year
What is the command to commit with the message "First file":
*
1 point
git commit -m "First file"
git commit -a "First file"
git commit -log "First file"
git commit -msg "First file
What is the command to view the history of commits for the repository?
*
1 point
git commit
git log
git --full-log
git history
What is the command to see the available options for the commit command?
*
1 point
git commitHelp
gitHelp commit
git commit --help
git commit readme
After you install Git and prior to issuing the first commit, which two configuration properties does the tool expect to be configured?
*
1 point
username and email address
username and password
email address and password
username and IP address
After you initialize a new Git repository and create a file named index.html, which of the following commands will not work if issued?
*
1 point
git add index.html
git status
git add .
git init
what is shortcut to stage all the changes we have?
*
1 point
git commit .
git add .
git commit add
git commit add .
Send me a copy of my responses.
Submit
Page 1 of 1
Clear form
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Does this form look suspicious?
Report
Forms