REJECTED_NONFASTFORWARD error in git remote push Netbeans -


i'm working on remote git, , find remote i'm trying push send new changes other remote (for joining origin / master) , sending pull or push pull upstream in screen locked in image screen enter image description here advancing hangs on screen, want do: take pull, merge , send new files push. how proceed? i'm using netbeans ide 8.0 (windows) . after , shows error: enter image description here , in final output:

remote repository updates     branch update : master     old id        : 0000000hgfh0000fdffgg1f32g1fdg2fd1gd1g2fd     new id        : 0000dsadda000hgfh06546f32g1fdg2fd1gd1g2fd     result        : rejected_nonfastforward     local repository updates     branch update : origin/master     old id        : 0000000hgfh0000fdffgg1f32g1fdg2fd1gd1g2fd     new id        : 0000dsadda000hgfh06546f32g1fdg2fd1gd1g2fd     result        : not_attempted     ==[ide]== 24/06/2015 21:54:14 pushing 

you need pull first since remote has new commits not have locally. attempting push.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -