I've created a file in a branch, merge it to master OK, But I have an error pushing:
>git push origin master
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://[email protected]/
stash/scm/tdk-apps/tdk-admin-app.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and merge the remote changes
hint: (e.g. 'git pull') before pushing again.
This is the >git status:
# On branch development
nothing to commit, working directory clean
This is the >git pull
Password for 'https://[email protected]/':
Already up-to-date.