I want to upload my git project into the Bitbucket repository by Netbeans, whenever I try to upload the following error: The remote repository contains non-mixed commits in the local branch. Open the output for more information. Does anyone know what it can be? How to solve?
Try git pull before you push
– Emerson Vieira
Thanks, that’s exactly it, I needed to pull the files I already had in the repository to only go up.
– viniciussvl
@Emersonvieira, how did you discover the AP problem, what do you think of providing an answer to the question? :)
– Dherik
OK, @Dherik. I’ll put an answer. :)
– Emerson Vieira