Git Pull Error - commit your changes or stash them before you can merge - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Git Pull Error - commit your changes or stash them before you can merge (/showthread.php?tid=1133) |
Git Pull Error - commit your changes or stash them before you can merge - mweaver - 07-01-2018 I'm getting a strange error when I attempt to perform a git pull to get the latest changes to CoreBOS. Code: ]# git pull What it is trying to tell me? RE: Git Pull Error - commit your changes or stash them before you can merge - omarllorens - 07-02-2018 Hi. It's inform you that you have modify the file log4php.properties and seems that this update want to update this file too, so you have to do a git checkout log4php.properties first and after execute again git pull command. RE: Git Pull Error - commit your changes or stash them before you can merge - mweaver - 07-02-2018 (07-02-2018, 08:34 AM)omarllorens Wrote: Hi. thank you... that did the trick. I couldn't remember any time that I had modified that file, so I wasn't sure exactly what my next step was supposed to be. It had suggested performing a git stash, but when I did that and then issued git pull I got a brand new install that came down. I had to restore from backup. That one had me scratching my head a little. |