Re: [cmake-developers] Howto to "fuse" two commits in a single one with git

2010-08-05 Thread Marcus D. Hanwell
On Thu, Aug 5, 2010 at 2:19 PM, Eric Noulard wrote: > Hi all, > > I want to "fuse" two (or more) consecutive git commit in a single commit > in order to simplify my local history before pushing to remote. > > What I mean is that git log contains let say 5 commits. > I want to "fuse together" comm

[cmake-developers] Howto to "fuse" two commits in a single one with git

2010-08-05 Thread Eric Noulard
Hi all, I want to "fuse" two (or more) consecutive git commit in a single commit in order to simplify my local history before pushing to remote. What I mean is that git log contains let say 5 commits. I want to "fuse together" commit 3 and 4 which would make my total history depth to 4 (instead o