Created
September 15, 2012 10:49
-
-
Save oyvindio/3727325 to your computer and use it in GitHub Desktop.
Revisions
-
oyvindio created this gist
Sep 15, 2012 .There are no files selected for viewing
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 charactersOriginal 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