Answer the question
In order to leave comments, you need to log in
How to fix the problem when trying to send a push?
Error code
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master
Pushing to https://[email protected]/teamindigoproject/in...
To
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to ' https://[email protected]/teamindigoproject/in... '
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (eg
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Answer the question
In order to leave comments, you need to log in
And what's the problem? It also says to do git pull before git push.
It is possible with --force as rapkin advises , but this is fraught with overwriting other people's commits and getting a hat from colleagues. If you work alone, then the problem is in the amend commit for sure, then you can use --force.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question