Test Your Knowledge

Website Dev - Lesson 4: Git Workflow Quiz

Answer all questions to test your understanding

1 What is Git used for?
2 What command stages all changes for commit?
3 What is the purpose of a Pull Request?
4 Which workflow uses main, develop, feature, release, and hotfix branches?
5 What is a merge conflict?
6 Which command creates a new branch and switches to it?
7 What should a good commit message include?
8 What does the --force-with-lease flag do?