What is a Git branch used for?
- To clean up the working directory
- To isolate work on a specific feature or bug fix
- To merge multiple repositories
- To push changes to the remote repository
A Git branch is used to isolate work on a specific feature or bug fix. It allows developers to work on different parts of a project simultaneously without affecting the main codebase.
Loading...
Related Quiz
- What is the role of consistency level in distributed databases like Cassandra?
- Describe the difference between composition and inheritance in OOP.
- Which SDLC model is known for its linear sequential flow of phases?
- In responsive design, a grid system helps in organizing content into _______.
- In Agile methodology, what is the primary focus of the sprint retrospective?