Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created September 15, 2012 10:49
Show Gist options
  • Select an option

  • Save oyvindio/3727325 to your computer and use it in GitHub Desktop.

Select an option

Save oyvindio/3727325 to your computer and use it in GitHub Desktop.

Revisions

  1. oyvindio created this gist Sep 15, 2012.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    $ 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