You have just cloned a Git repository that contains a remote branch named critical-fix. You must begin work in a new local branch called hotfix that should track origin/critical-fix. For safety, the command must fail if hotfix already exists instead of silently resetting it. Which single Git command meets these requirements?
Using git checkout -b hotfix origin/critical-fix creates a new local branch named hotfix, sets its upstream to origin/critical-fix, and switches to it in one step. When a start-point in the form remote/branch is supplied, -b automatically configures tracking. If hotfix already exists, the command aborts with an error, preventing an unintended reset.
git checkout --track origin/critical-fix would create a branch named critical-fix, not hotfix. git checkout -B hotfix origin/critical-fix would succeed even if hotfix exists, forcibly resetting it to the remote start-point-exactly what the scenario seeks to avoid. git checkout --detach origin/critical-fix detaches HEAD at the remote commit and does not create any local branch or tracking relationship.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does the `-b` flag do in the `git checkout` command?
Open an interactive chat with Bash
What does it mean to 'track' a remote branch in Git?
Open an interactive chat with Bash
Why would the `git checkout -B` command be unsafe in this scenario?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
Automation, Orchestration, and Scripting
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .