Which is the following is the default text editor for the Bash shell with a Windows-based Git install?
Which of the following must be present and configured on your local OS before Git installation?
Which two configuration properties does the tool expect to be configured after installing Git and prior to issuing the first commit?
Which is not a Git configuration scope?
Who is attributed with developing Git?
After initializing a new Git repository and creating a file named git_file.html, which of the following commands will not work if issued?
When should you use a single dash within a Git command, as opposed to a double dash?
How can you create a branch and switch to it directly?
Which command is used to set up a new Git repository?
What file is used to instruct Git to ignore certain files?
Which git command should you run to download your repository from GitHub to your computer?
How do you create a copy of a lab under your own GitHub account so that you can solve the lab?
Which command is the opposite of git clone, that uploads your changes and code back to GitHub instead of downloading your code from GitHub?
Which command is run to check the state of your local git repository since your last commit?
How should you stage files for a commit?
How should you save the current state of your code into Git?
What is a shortcut to staging all the changes you have?
Which is the right way of passing a commit message in Git?
What should you run to modify your last commit?
Which option is used to stash your untracked files?