InterviewSolution
Saved Bookmarks
| 1. |
Explain the advantages of Forking Workflow. |
|
Answer» The Forking Workflow is fundamentally DIFFERENT than other popular Git WORKFLOWS. Instead of using a single server-side repository to act as the “central” codebase, it gives every developer their own server-side repository. The Forking Workflow is most often seen in public open source projects. The forking workflow can be summarized as below:
|
|