Correct Answer: git branch --set-upstream localbranch remotebranch
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
git mv is equivalent to what sequence of commands?
What is the command to show the un-merged branches (local and/or remote) within the current branch?
What is the git diff option to show the diffs of unstaged changes?
How do I merge changes made in "development" branch into "master" branch to avoid conflicts?
What does the git merge option -s abbreviate?
After staging a series of changes to the index, which command could you use to review them prior to a commit?
What types of tags does Git support?
How many individual commits can a single repository have?
What is the difference between initializing a normal repo and a bare repo?
What is usually the extension of file which has the public key?