Skip to content

I can't merge branches in git #23801

Discussion options

You must be logged in to vote

When you use git merge, you need to specify which branch is going to get merged in, and it looks like you may have missed this step?

First make sure you’re on the master branch:

git checkout master

Then merge in the branch you want:

git merge master-backup

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants