Skip to content

Instantly share code, notes, and snippets.

@dbolser
Created July 13, 2010 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbolser/473823 to your computer and use it in GitHub Desktop.
Save dbolser/473823 to your computer and use it in GitHub Desktop.
[dbolser@nanna bioperl-live]$ git remote -v
dbolser git@github.com:dbolser/bioperl-live.git
origin git://github.com/bioperl/bioperl-live.git
[dbolser@nanna bioperl-live]$ git push dbolser
To git@github.com:dbolser/bioperl-live.git
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to 'git@github.com:dbolser/bioperl-live.git'
@dbolser
Copy link
Author

dbolser commented Jul 13, 2010

[dbolser@nanna bioperl-live]$ git pull origin
remote: Counting objects: 49, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 25 (delta 19), reused 0 (delta 0)
Unpacking objects: 100% (25/25), done.
From git://github.com/bioperl/bioperl-live
0fe0648..cc09af2 master -> origin/master
Bio/DB/SeqFeature/Store/DBI/mysql.pm: needs update
error: Entry 'Bio/DB/SeqFeature/Store/DBI/mysql.pm' not uptodate. Cannot merge.
fatal: merging of trees 7d7a541ce7666e14b0b374b935295f9e45b1b46c and ad242f654a85bd850e6d508319c1adc15e88c27b failed
Merge with strategy recursive failed.
[dbolser@nanna bioperl-live]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment