Your branch is ahead of 'origin/develop' by 7 commits. code example
Example 1: my local branch always ahead origin
git pull --rebase
Example 2: i get your branch is ahead of master after I pulled from remote master
git fetch origin
git pull --rebase
git fetch origin