MCQs>IT & Programming>Git>Your current project has several branches; master, beta, and push-notifications. You've just finished the notification feature in the push-notification branch, and you want to commit it to beta branch. How can you accomplish this?
Git MCQs
Your current project has several branches; master, beta, and push-notifications. You've just finished the notification feature in the push-notification branch, and you want to commit it to beta branch. How can you accomplish this?
Answer
Correct Answer: Checkout the beta branch and run git merge push-notification
Explanation:
Note: This Question is unanswered, help us to find answer for this one