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:
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
Post a Comment