Correct Answer: All files in the build directory, as well as files ending with .txt or .metadata
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
After you make changes to a local repository, you run the following command. What will this do? git commit -a -m "Refactor code base"
Where are files stored before they are committed to the local repository?
Which statement is true when you use the git add -A command?
You find that your project has a tag and branch both named push-notifications, which causes confusion when trying to print out given reference. How can you specify which branch you want to look at?
Your team lead needs a list of all commits that will be moved before you perform a rebase. Which command can you use to access that information?
how do you sync your remote repository with gitHub repository?
How can you bring a new feature in the main branch
When you want to unstage a file, what is de right command to do so?
Which command is used to create and move to a new branch
How do you keep tract of remotes attached to a local repository?