git - GitHub and Visual Studio Community 2015 - Error trying to push -


i contributor in git repository trying share , work on visual studio project, , using git extension interface git. have added files project , extension , there incoming commit. when try push commit under outgoing commit, error pops up:

enter image description here

translation not possible push branch master repository origin because there new commits on remote. not possible perform fast-forward merge branch on remote repository.

how can fix it?

if wife's translation of italian correct problem have incoming commits remote repository , need perform pull (& merge) before can push changes remote.

alternatively perform fetch , rebase local changes on top of origin/master.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -