Git - Collaboration Workflows
Which Git command is used to switch to an existing feature branch named
feature-ui?feature-ui?git checkout <branch-name> switches to an existing branch.git branch creates a branch, git merge merges branches, and git init initializes a repo. Only git checkout feature-ui switches to the branch.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions