[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to move Git commit to some branch?



On Fri, Jun 11, 2010 at 03:25:07AM +0300, Alexander Batischev wrote:
> Hi,
> 
> I did a commit lately but figured out that it was made in wrong place - I was
> browsing previous commits at the moment, so now my new commit is somewhere in
> the middle of the history. I have its hash and I want to move it so it would
> be 'son' of last commit in the master branch. Which command should I use?

git-checkout master
git-cherry-pick <commit>

HTH

Joel
> 
> -- 
> Regards,
> Alexander Batischev
> 
> 1024D/69093C81
> F870 A381 B5F5 D2A1 1B35  4D63 A1A7 1C77 6909 3C81



-- 
Joel Roth


Reply to: