Blog
2

When you try to push to a GIT Repository and you get this message that mean’s that someone else has changed the repo after your last fetch. In this case you have to incorporate their changes before you can add yours, it is easier to ‘rebase’ rather than merge, just follow the below steps.

$ git fetch
$ git fetch origin
$ git rebase origin/master
$ git push origin master

Popular posts

Random Testimonial

  • ~ The Virtual Mentors team

    "Thank you Rajendra.  It is always a pleasure to work with you, and your high level of service is very much"

  • Read more testimonials »
  • New post: Fix Error 0×80070424 on windows http://t.co/bmK0AZpH 169 days ago
  • New post: Configuring Horder Vacation Responder in Plesk 9 http://t.co/gcsPNIVv 192 days ago
  • New post: Wordpress update issue on Plesk http://t.co/dUxcjpgR 197 days ago
  • I’ve just taken the WordPress 2012 User and Developer Survey, have you? http://t.co/G20SmrMr (pass it on!) 224 days ago
  • New post: Mobile device emulators to test web page display http://t.co/jmgc0x99 234 days ago