Quiz: Branching & Merging
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does 'git switch -c feature/login' do?
2. Why should you avoid rebasing commits that have already been pushed and shared?
3. In GitHub Flow, which branch should always be deployable?