Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. The-Dorfchester:gordo.dev ajh$ git push staging master
  2. To git@git.wpengine.com:staging/gordo.git
  3.  ! [rejected]        master -> master (non-fast-forward)
  4. error: failed to push some refs to 'git@git.wpengine.com:staging/gordo.git'
  5. hint: Updates were rejected because a pushed branch tip is behind its remote
  6. hint: counterpart. Check out this branch and integrate the remote changes
  7. hint: (e.g. 'git pull ...') before pushing again.
  8. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
  9. The-Dorfchester:gordo.dev ajh$ git pull staging master
  10. From git.wpengine.com:staging/gordo
  11.  * branch            master     -> FETCH_HEAD
  12. Already up-to-date.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement