On Tue, Jan 13, 2009 at 11:27 AM, Boyd Stephen Smith Jr. <bss@xxxxxxxxxxxxxxxxx> wrote: > On Monday 12 January 2009, bill lam <cbill.lam@xxxxxxxxx> wrote about 'how > to combine 2 commits?': >>How to combine these 2 commits so that the changes of linefeed cancel >>out each other and the history only shows the intended changes of the >>few scripts. > > Two ways I can think of: > git rebase --interactive (read "git help rebase" first) > git merge --squash (read "git help merge" first) > > The rebase is probably semantically closer to how you are thinking about > things right now. Another way I can think of is - git format-patch + git apply, i.e. first generate 2 patches for the 2 commits and then apply them one on top of another. Best regards, Imran > -- > Boyd Stephen Smith Jr. ,= ,-_-. =. > bss@xxxxxxxxxxxxxxxxx ((_/)o o(\_)) > ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' > http://iguanasuicide.net/ \_/ > -- Imran M Yousuf Entrepreneur & Software Engineer Smart IT Engineering Dhaka, Bangladesh Email: imran@xxxxxxxxxxxxxxxxxxxxxx Blog: http://imyousuf-tech.blogs.smartitengineering.com/ Mobile: +880-1711402557 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html