This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What is a fork?
A fork is a copy of a code repository.
A fork is a branch for future work.
A fork is a way to work with centralized version control.
What are the correct steps for the fork workflow in the proper sequence?
Create a fork. Make changes locally. Push to a branch. Create a pull request.
Create a fork. Clone it locally. Make changes. Push to a branch. Create a pull request. Sync your fork.
Create a fork. Clone it locally. Make changes. Create a pull request. Push changes.
When should you use a single repository instead of forks?
For large teams with many developers.
For teams with 10-20 developers.
For small teams with 2-5 developers.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?