What is the purpose of a feature branch in Gitflow?
- To create a backup of the main branch
- To delete unnecessary features
- To develop a new feature without affecting the main branch
- To merge all features into the main branch
The purpose of a feature branch in Gitflow is to isolate the development of a new feature. It allows developers to work on a specific feature without affecting the main branch until the feature is complete and ready for integration.
Loading...
Related Quiz
- What is the role of a session cookie in web authentication?
- Role-based access control (RBAC) is a common method for _______ in large systems.
- A company needs to handle large volumes of semi-structured data. Which type of database would you recommend, and why?
- In Git, a merge conflict occurs when two branches have made changes to the _______ lines of code in a file.
- Which cloud platform offers services like Google Compute Engine and Google Kubernetes Engine?