Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created September 15, 2012 10:49
Show Gist options
  • Save oyvindio/3727325 to your computer and use it in GitHub Desktop.
Save oyvindio/3727325 to your computer and use it in GitHub Desktop.
$ git push
To oyvindio.com:git/scalahugs.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'oyvindio.com:git/scalahugs.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
Counting objects: 17, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (9/9), 636 bytes, done.
Total 9 (delta 3), reused 0 (delta 0)
To git@github.com:oyvindio/scalahugs.git
352b044..191104e master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment