”Something went wrong” when merging changes into a branch
This error message may appear if there are uncommitted changes on the branch that you are trying to merge changes into. To resolve this issue:- Open the branch that you want to merge changes into.
- In the branch menu, click Commit changes.
- Go back to your original branch and commit any uncommitted changes.
- Merge the changes into your chosen branch.
No commits are available to push or publish, even though local commits exist
This can happen if has already pushed some or all of your local commits automatically while you were working, for example while completing tasks on your behalf. As a result, when you open Push local changes, may show fewer commits in the Changes count than you expect, because those changes have already been sent to the remote repository. To resolve this issue:- Click View commit history to check whether the commits you expected to push have already been pushed to the remote repository. A blue arrow next to a commit hash indicates that the commit hasn’t been pushed yet.
- If the commits have already been pushed, no further action is required.
- If you still have local commits that haven’t been pushed, refresh the page and open Push local changes again, as the Git status shown in may be out of date.
