I\'m working on a team with a few developers using git on BitBucket. We are all working on a dev branch, not pushing to master until a release.
dev
master
you can use
git pull --rebase
this will help incase you have some changes not yet registered on your local repo. especially README.md
README.md