Which command is used to create a new branch in Git?
- git add
- git branch
- git checkout -b
- git commit -m
The command git checkout -b is used to create a new branch in Git. This command creates a new branch with the specified name and switches to it, allowing developers to start working on a new feature or bug fix.
Loading...
Related Quiz
- Which caching strategy is suitable for reducing database load and improving response times for frequently accessed data?
- The "git branch" command is used to _______.
- _______ caching involves storing data in a distributed manner across multiple servers.
- In a project where requirements are expected to evolve over time, which SDLC model would you recommend and why?
- What does HTML stand for?