Quiz: GitHub Workflow
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. What does 'git push -u origin main' do?
2. Which keyword in a commit message automatically closes a GitHub issue when the PR is merged?
3. What is the difference between 'git fetch' and 'git pull'?
4. When contributing to an open source project, what should you do first?