Git - Remote Repositories
Which Git command correctly creates a new local branch
feature that tracks the remote branch origin/feature?feature that tracks the remote branch origin/feature?git branch --track local_branch remote_branch.git branch --track feature origin/feature.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions