NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
Git: The Complete Version Control Guide
Advanced Git Tools: Stash, Bisect, and Blame
Quiz
Chapter Quiz: Advanced Git Tools: Stash, Bisect, and Blame
Advanced Git Tools
Complete this assessment with 100% score to master this chapter.
01
What does 'git stash' do?
Deletes uncommitted changes
Saves uncommitted changes temporarily so you can work on something else
Pushes uncommitted changes to a remote server
Commits changes automatically
02
Which command uses binary search to help you find the exact commit that introduced a bug?
git search
git bug
git bisect
git blame
Submit Answers
Back to Lesson
Return to Syllabus