Я получаю эту ошибку (после того, как я git pull
), когда я пытаюсь сделать sh мои изменения в git:
user-mbp:Application user$ git push origin feature/my_new_feature
To vs-ssh.visualstudio.com:v3/directory/Application
! [rejected] feature/my_new_feature -> feature/my_new_feature (non-fast-forward)
error: failed to push some refs to 'state@vs-ssh.visualstudio.com:v3/directory/Application'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Как я могу это исправить?