update from git

General discussions
Locked
coacharnold
Posts: 65
Joined: Tue Oct 04, 2011 10:54 am

update from git

Post by coacharnold »

I think this has already been answered somewhere, I just can't find it ......

I'm getting this error when I go to update with git

Updating b2c9d23..45a439f
error: Your local changes to the following files would be overwritten by merge:
src/MainApp.h
Please, commit your changes or stash them before you can merge.
Aborting


??????
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

update from git

Post by anonbeat »

rm src/MainApp.h
git pull
Locked