This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redbitter:my_project puff$ git remote set-url origin https://github.com/repo_owner_account/my_project.git | |
redbitter:my_project puff$ git push -u origin master | |
To https://github.com/repo_owner_account/my_project.git | |
! [rejected] master -> master (fetch first) | |
error: failed to push some refs to 'https://github.com/repo_owner_account/my_project.git' | |
hint: Updates were rejected because the remote contains work that you do | |
hint: not have locally. This is usually caused by another repository pushing | |
hint: to the same ref. You may want to first integrate the remote changes | |
hint: (e.g., 'git pull ...') before pushing again. | |
hint: See the 'Note about fast-forwards' in 'git push --help' for details. |