Correct Answer: Create an alias usin the git config command.
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
What command would let you modify your previous commit?
What is the best way to characterize the git commit structure?
What change will the following command make to the staging area files? git rm --cached testfile.js
After you've successfully merged two branches and committed the changes, what is the next step in keeping your git structure organized?
While modifying a file, you're unexpectedly assigned an urgent bug fix on another branch. How can you temporarily save your local work without committing?
What is the git diff option to show the diffs of both staged and unstaged changes?
What does adding the -a option to git commit do?
Which command obtains the common parent of two commits?
What is the abbreviation for the --dry-run option of git add?
How is it possible to record a merge from branch "oldBranch" into master without modifying master content?