+ - Pull changes from your develop branch: "git pull origin develop"
+ - Make sure to get the latest changes from official android/develop branch:
+ - Make official owncloud repo known as upstream: "git remote add upstream git@github.com:owncloud/android.git"
+ - Pull latest changes from upstream: "git pull upstream develop"