Which Git command is used to create a new branch? git create git make git new git branch Explanation The 'git branch ' command creates a new branch. You can also use 'git checkout -b ' to create and switch to the new branch in one command.