Learn Homebase
Building your GH-600 readiness profile...
Question 1
You need to fix a bug in production without disrupting the team's ongoing work. What is the correct first step in GitHub Flow?
A
Push a hotfix directly to main with a clear commit message
B
Create a new branch from main and make your fix there
C
Open an issue first, then push directly to main once it's assigned to you
D
Fork the repository and submit changes from your fork