Git - Remote Repositories
Which Git command creates and switches to a local branch
dev that tracks the remote branch origin/dev in one step?dev that tracks the remote branch origin/dev in one step?git checkout -b dev origin/dev creates a new local branch dev starting at origin/dev and switches to it.origin/dev.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions