How to fix - git remote repository contains commits unmerged into the local branch

Published: 18 July 2017
on channel: SL Coder Ego with Coding (SL Programmer)
13,174
138

When you push your project through the netbeans, sometimes you will see `git remote repository contains commits unmerged into the local branch` message and in the console:

Remote Repository Updates
Branch Update : master
Old Id : efa5e4ff650062f4fea516e568059c1633767d37
New Id : 4f8da4a2183f4fba1828ab1adeda187d9713f2db
Result : REJECTED_NONFASTFORWARD
Local Repository Updates
Branch Add : origin/master
Id : 4f8da4a2183f4fba1828ab1adeda187d9713f2db
Result : NOT_ATTEMPTED

Reason is:

The message is saying that your local repository is not up to date with the remote repository.

Solution:

In this video I have solved that problem.


Watch video How to fix - git remote repository contains commits unmerged into the local branch online without registration, duration hours minute second in high quality. This video was added by user SL Coder Ego with Coding (SL Programmer) 18 July 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 13,174 once and liked it 138 people.