Boost logo

Boost :

Subject: Re: [boost] [git-help][urgent] How do I ignore an upstream change to one file?
From: Daniel James (daniel_at_[hidden])
Date: 2013-12-28 05:06:20


On 28 December 2013 03:36, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
> And now that I did a commit to attempt to steamroll over the upstream
> changes.. And to let the pull do a merge.. The merge fails. How the hell do
> I fix this? And how is it that I have yet to come across anything in git
> that is a *single* command :-(

You can checkout a file from any commit using 'git checkout ref --
path', in this case I think you need:

git checkout HEAD -- tools/regression/src/regression.py


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk