0

I am getting following error while pushing whole project to bitbucket from xcode. error
I'm sure Im the only who is trying to pushing on a same time.

Mrugesh Tank
  • 3,495
  • 2
  • 29
  • 59

1 Answers1

0

You need to pull before you can push, as your local repo is not up-to-date.

The pull will merge remote changes into your local repo.

trojanfoe
  • 120,358
  • 21
  • 212
  • 242