Q.1.
Git commit command use to
Q.2.
Which command should you use to initialize a new git repository?
Q.3.
Which file can you configure to ensure that certain files are never committed to the local Git repository?
Q.4.
You can type git status at any point while in a git controlled directory to check the status of your files?
Q.5.
Command to add particular file changes to staging area from working directory?
Q.6.
Which of the following is one of Git's powerful features?
Q.7.
Which is the following is the default text editor for the Bash shell with a Windows-based Git install?
Q.8.
Which of the following commands will stage your entire directory and every non-empty directory inside your current directory?
Q.9.
How do you check the state of your local git repository since your last commit?
Q.10.
What command removes untracked files from your working directory.
Q.11.
Which programming language was used to create Git?
Q.12.
What is the default text editor for the Bash shell with a Windows-based Git install?
Q.13.
To make a new git branch, the git command is?
Q.14.
Ramani put two pens and a big eraser into the pencil case. The underline phrase of this sentence indicates,
Q.15.
What is the incorrect statement regarding information?
Q.16.
A pen shaped device which can sense light, and is used to point at spots on a video screen.
Q.17.
Authentication uniquely binds your machine to your GitHub, Bitbucket, or any code hosting service. This allows the devices you add to get access to your repositories.
Q.18.
Checks out a branch from repository into the working directory.
Q.19.
Git command if I want to commit my changes about "Initial commit"
Q.20.
............. command is to create git branch