-4

I'm trying to push from my local to remote then this is what i'm encounterting everytime.

To https://github.com/Sriteja-ditcom/denoprac.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/Sriteja-ditcom/denoprac.git' 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.

Thanks in advance

  • https://stackoverflow.com/search?q=%5Bgit%5D+Updates+were+rejected+because+the+tip+of+your+current+branch+is+behind – phd May 19 '20 at 08:57

1 Answers1

0

Try git pull first Your local changes are older than the version on github

Fachinformatiker
  • 160
  • 1
  • 17