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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *