Re: [git-users] git reset --hard branch

2011-02-23 Thread Anas Mughal
Would this work for you: git checkout . On Wed, Feb 23, 2011 at 2:41 PM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Wed, Feb 23, 2011 at 12:22:50PM -0800, Mark Liversedge wrote: > > > If this is easy peasy then my apologies. is it possible to reset a > > tracking branc

Re: [git-users] git reset --hard branch

2011-02-23 Thread Konstantin Khomoutov
On Wed, Feb 23, 2011 at 12:22:50PM -0800, Mark Liversedge wrote: > If this is easy peasy then my apologies. is it possible to reset a > tracking branch to its origin without affecting other local branches? > > i.e. > $ git checkout mybranch > $ git reset --hard origin mybranch I assume you really

[git-users] git reset --hard branch

2011-02-23 Thread Mark Liversedge
Hi, If this is easy peasy then my apologies. is it possible to reset a tracking branch to its origin without affecting other local branches? i.e. $ git checkout mybranch $ git reset --hard origin mybranch ? Thanks for any help, Mark -- You received this message because you are subscribed to t