Git - Remote Repositories
Which command shows the remote branch a local branch is tracking?
git branch -vv lists local branches with their tracking remote branches.git remote show shows remote details but not tracking per branch; git status shows current branch status; git log --oneline shows commit history.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions