Every time I try to get my changes to bitbucket I get an error.
It seems that there are changes in bitbucket server and not available on your machine.
The error says "git pull" before pushing because the someone else has pushed new code to the remote server and currently you dont have the latest version locally on your machine.
So git pull and after integrating your new code with their new code you can push safely
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.