I am getting following error while pushing whole project to bitbucket from xcode.
I'm sure Im the only who is trying to pushing on a same time.
Asked
Active
Viewed 394 times
1 Answers
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
-
for doing this getting error '"origin/master" is not a valid remote branch to pull from. Please choose a different remote branch.' – Mrugesh Tank Mar 25 '15 at 14:23
-
Sounds like the git repo isn't even configured correctly. – trojanfoe Mar 25 '15 at 14:27