The "git branch" command is used to _______.
- Create a new branch
- Delete a branch
- List all branches
- Merge branches
The "git branch" command, when used without any additional arguments, lists all existing branches in the Git repository. It's a handy command to see the available branches and the currently active branch.
Loading...
Related Quiz
- Which of the following is NOT a benefit of practicing TDD?
- What is a conflict resolution strategy in Git?
- A common branching strategy where developers create a new branch for each new feature is called _______.
- Among the options, which language is often preferred for server-side scripting due to its versatility and support for frameworks like Ruby on Rails?
- What is the purpose of a feature branch in Gitflow?